Html Css Color HEX #038BC8 Pacific Blue

📋 copy color: '#038BC8'

red 3 ◦ green 139 ◦ blue 200

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

Shades of Pacific Blue #038BC8

Tints of Pacific Blue #038BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 58.48%

R = 0.88%
G = 40.64%
B = 58.48%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#038BC8 (or 0x038BC8) is known color: Pacific Blue. HEX triplet: 03, 8B and C8. RGB value is (3,139,200). Sum of RGB (Red+Green+Blue) = 3+139+200=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #038BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038BC8 is #FC7437. Grayscale: #686868. Windows color (decimal): -16544824 or 13142787. OLE color: 13142787.

HSL color Cylindrical-coordinate representation of color #038BC8: hue angle of 198.58º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038BC8 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 139 200 -
CMYK 0.98 0.30 0 0.22
HSL 198.58º 0.97% 0.4% -
HSV(B) 198.58º 0.99% 0.78% -
XYZ 19.7 22.65 57.98 -
YUV 105.29 181.44 55.04 -
System Red Green Blue C M Y K H S L
Decimal 3 139 200 0.98 0.30 0 0.22 198.58 0.97 0.4
Hex 3 8B C8 62 1E 0 16 C7 61 28
Octal 3 213 310 142 36 0 26 307 141 50
Binary 11 10001011 11001000 1100010 11110 0 10110 11000111 1100001 101000

Color Harmonies of #038BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BC8

Black with #038BC8

Text Example


Text Example

White with #038BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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