Html Css Color HEX #037FC0 Cerulean

📋 copy color: '#037FC0'

red 3 ◦ green 127 ◦ blue 192

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

Shades of Cerulean #037FC0

Tints of Cerulean #037FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 39.44%

 BLUE value IS 192 (75.39% from 255) = 59.63%

R = 0.93%
G = 39.44%
B = 59.63%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#037FC0 (or 0x037FC0) is known color: Cerulean. HEX triplet: 03, 7F and C0. RGB value is (3,127,192). Sum of RGB (Red+Green+Blue) = 3+127+192=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #037FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FC0 is #FC803F. Grayscale: #606060. Windows color (decimal): -16547904 or 12615427. OLE color: 12615427.

HSL color Cylindrical-coordinate representation of color #037FC0: hue angle of 200.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037FC0 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 127 192 -
CMYK 0.98 0.34 0 0.25
HSL 200.63º 0.97% 0.38% -
HSV(B) 200.63º 0.98% 0.75% -
XYZ 17.14 19 52.63 -
YUV 97.33 181.42 60.71 -
System Red Green Blue C M Y K H S L
Decimal 3 127 192 0.98 0.34 0 0.25 200.63 0.97 0.38
Hex 3 7F C0 62 22 0 19 C9 61 26
Octal 3 177 300 142 42 0 31 311 141 46
Binary 11 1111111 11000000 1100010 100010 0 11001 11001001 1100001 100110

Color Harmonies of #037FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FC0

Black with #037FC0

Text Example


Text Example

White with #037FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037FC0; }

 p { color: rgb(3,127,192); }

 H1.HeaderClassName
 {
   color: #037FC0;
 }
 .AnyTagClassName
 {
   color: #037FC0;
 }
</style>

background-color css

<style>
 a { background-color: #037FC0; }

 a { background-color: rgb(3,127,192); }

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

border-color css

<style>
 span { border-color: #037FC0; }

 span { border-color: rgb(3,127,192); }

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