Html Css Color HEX #038BD0 Pacific Blue

📋 copy color: '#038BD0'

red 3 ◦ green 139 ◦ blue 208

#038BD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #038BD0

Tints of Pacific Blue #038BD0

RGB

 RED value IS 3 (1.56% from 255) = 0.86%

 GREEN value IS 139 (54.69% from 255) = 39.71%

 BLUE value IS 208 (81.64% from 255) = 59.43%

R = 0.86%
G = 39.71%
B = 59.43%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#038BD0 (or 0x038BD0) is known color: Pacific Blue. HEX triplet: 03, 8B and D0. RGB value is (3,139,208). Sum of RGB (Red+Green+Blue) = 3+139+208=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #038BD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038BD0 is #FC742F. Grayscale: #696969. Windows color (decimal): -16544816 or 13667075. OLE color: 13667075.

HSL color Cylindrical-coordinate representation of color #038BD0: hue angle of 200.2º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038BD0 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 139 208 -
CMYK 0.99 0.33 0 0.18
HSL 200.2º 0.97% 0.41% -
HSV(B) 200.2º 0.99% 0.82% -
XYZ 20.66 23.04 63.03 -
YUV 106.2 185.44 54.39 -
System Red Green Blue C M Y K H S L
Decimal 3 139 208 0.99 0.33 0 0.18 200.2 0.97 0.41
Hex 3 8B D0 63 21 0 12 C8 61 29
Octal 3 213 320 143 41 0 22 310 141 51
Binary 11 10001011 11010000 1100011 100001 0 10010 11001000 1100001 101001

Color Harmonies of #038BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BD0

Black with #038BD0

Text Example


Text Example

White with #038BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,139,208); }

 H1.HeaderClassName
 {
   color: #038BD0;
 }
 .AnyTagClassName
 {
   color: #038BD0;
 }
</style>

background-color css

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

 a { background-color: rgb(3,139,208); }

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

border-color css

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

 span { border-color: rgb(3,139,208); }

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