Html Css Color HEX #017FB0 Cerulean

📋 copy color: '#017FB0'

red 1 ◦ green 127 ◦ blue 176

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

Shades of Cerulean #017FB0

Tints of Cerulean #017FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 57.89%

R = 0.33%
G = 41.78%
B = 57.89%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#017FB0 (or 0x017FB0) is known color: Cerulean. HEX triplet: 01, 7F and B0. RGB value is (1,127,176). Sum of RGB (Red+Green+Blue) = 1+127+176=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #017FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017FB0 is #FE804F. Grayscale: #5E5E5E. Windows color (decimal): -16678992 or 11566849. OLE color: 11566849.

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

Color convert

RGB 1 127 176 -
CMYK 0.99 0.28 0 0.31
HSL 196.8º 0.99% 0.35% -
HSV(B) 196.8º 0.99% 0.69% -
XYZ 15.44 18.32 43.8 -
YUV 94.91 173.76 61.02 -
System Red Green Blue C M Y K H S L
Decimal 1 127 176 0.99 0.28 0 0.31 196.8 0.99 0.35
Hex 1 7F B0 63 1C 0 1F C5 63 23
Octal 1 177 260 143 34 0 37 305 143 43
Binary 1 1111111 10110000 1100011 11100 0 11111 11000101 1100011 100011

Color Harmonies of #017FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FB0

Black with #017FB0

Text Example


Text Example

White with #017FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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