Html Css Color HEX #037DC0 Cerulean

📋 copy color: '#037DC0'

red 3 ◦ green 125 ◦ blue 192

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

Shades of Cerulean #037DC0

Tints of Cerulean #037DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.06%

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

R = 0.94%
G = 39.06%
B = 60%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#037DC0 (or 0x037DC0) is known color: Cerulean. HEX triplet: 03, 7D and C0. RGB value is (3,125,192). Sum of RGB (Red+Green+Blue) = 3+125+192=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #037DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037DC0 is #FC823F. Grayscale: #5F5F5F. Windows color (decimal): -16548416 or 12614915. OLE color: 12614915.

HSL color Cylindrical-coordinate representation of color #037DC0: hue angle of 201.27º 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 #037DC0 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 125 192 -
CMYK 0.98 0.35 0 0.25
HSL 201.27º 0.97% 0.38% -
HSV(B) 201.27º 0.98% 0.75% -
XYZ 16.89 18.49 52.55 -
YUV 96.16 182.08 61.55 -
System Red Green Blue C M Y K H S L
Decimal 3 125 192 0.98 0.35 0 0.25 201.27 0.97 0.38
Hex 3 7D C0 62 23 0 19 C9 61 26
Octal 3 175 300 142 43 0 31 311 141 46
Binary 11 1111101 11000000 1100010 100011 0 11001 11001001 1100001 100110

Color Harmonies of #037DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037DC0

Black with #037DC0

Text Example


Text Example

White with #037DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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