#038FDE

Color #038FDE Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #038FDE

Tints of Pacific Blue #038FDE

Color information

#038FDE (or 0x038FDE) is unknown color: approx Pacific Blue. HEX triplet: 03, 8F and DE. RGB value is (3,143,222). Sum of RGB (Red+Green+Blue) = 3+143+222=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #038FDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FDE is #FC7021. Grayscale: #6D6D6D. Windows color (decimal): -16543778 or 14585603. OLE color: 14585603.

HSL color Cylindrical-coordinate representation of color #038FDE: hue angle of 201.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038FDE is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3143222-
CMYK0.990.3600.13
HSL201.64º97.33%44.12%-
HSV(B)201.64º98.65%87.06%-
XYZ23.0424.9472.71-
YUV110.15191.1251.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.82%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 222 (87.11% from 255) = 60.33%
R=0.82%
G=38.86%
B=60.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal31432220.990.3600.13201.6497.3344.12
Hex38FDE63240Dca612c
Octal32173361434401531214154
Binary111000111111011110110001110010001101110010101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038FDE; }

 p { color: rgb(3,143,222); }

 H1.HeaderClassName
 {
   color: #038FDE;
 }
 .AnyTagClassName
 {
   color: #038FDE;
 }
</style>
background-color css

<style>
 a { background-color: #038FDE; }

 a { background-color: rgb(3,143,222); }

 div.DivClassName
 {
   background-color: #038FDE;
 }
 .BgClassName
 {
   background-color: #038FDE;
 }
</style>
border-color css

<style>
 span { border-color: #038FDE; }

 span { border-color: rgb(3,143,222); }

 td.TdClassName
 {
   border-color: #038FDE;
 }
 .TagClassName
 {
   border-color: #038FDE;
 }
</style>