Html Css Color HEX #017FC0 Cerulean

📋 copy color: '#017FC0'

red 1 ◦ green 127 ◦ blue 192

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

Shades of Cerulean #017FC0

Tints of Cerulean #017FC0

RGB

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

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

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

R = 0.31%
G = 39.69%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#017FC0 (or 0x017FC0) is known color: Cerulean. HEX triplet: 01, 7F and C0. RGB value is (1,127,192). Sum of RGB (Red+Green+Blue) = 1+127+192=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 127 (50% from 255 or 39.69% 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 #017FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FC0 is #FE803F. Grayscale: #606060. Windows color (decimal): -16678976 or 12615425. OLE color: 12615425.

HSL color Cylindrical-coordinate representation of color #017FC0: hue angle of 200.42º 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 #017FC0 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 127 192 -
CMYK 0.99 0.34 0 0.25
HSL 200.42º 0.99% 0.38% -
HSV(B) 200.42º 0.99% 0.75% -
XYZ 17.12 18.99 52.63 -
YUV 96.74 181.76 59.71 -
System Red Green Blue C M Y K H S L
Decimal 1 127 192 0.99 0.34 0 0.25 200.42 0.99 0.38
Hex 1 7F C0 63 22 0 19 C8 63 26
Octal 1 177 300 143 42 0 31 310 143 46
Binary 1 1111111 11000000 1100011 100010 0 11001 11001000 1100011 100110

Color Harmonies of #017FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FC0

Black with #017FC0

Text Example


Text Example

White with #017FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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