Html Css Color HEX #017DC0 Cerulean

📋 copy color: '#017DC0'

red 1 ◦ green 125 ◦ blue 192

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

Shades of Cerulean #017DC0

Tints of Cerulean #017DC0

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

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

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

R = 0.31%
G = 39.31%
B = 60.38%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#017DC0 (or 0x017DC0) is known color: Cerulean. HEX triplet: 01, 7D and C0. RGB value is (1,125,192). Sum of RGB (Red+Green+Blue) = 1+125+192=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #017DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DC0 is #FE823F. Grayscale: #5F5F5F. Windows color (decimal): -16679488 or 12614913. OLE color: 12614913.

HSL color Cylindrical-coordinate representation of color #017DC0: hue angle of 201.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017DC0 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 125 192 -
CMYK 0.99 0.35 0 0.25
HSL 201.05º 0.99% 0.38% -
HSV(B) 201.05º 0.99% 0.75% -
XYZ 16.86 18.48 52.55 -
YUV 95.56 182.42 60.55 -
System Red Green Blue C M Y K H S L
Decimal 1 125 192 0.99 0.35 0 0.25 201.05 0.99 0.38
Hex 1 7D C0 63 23 0 19 C9 63 26
Octal 1 175 300 143 43 0 31 311 143 46
Binary 1 1111101 11000000 1100011 100011 0 11001 11001001 1100011 100110

Color Harmonies of #017DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DC0

Black with #017DC0

Text Example


Text Example

White with #017DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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