Html Css Color HEX #017FAA Cerulean

📋 copy color: '#017FAA'

red 1 ◦ green 127 ◦ blue 170

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

Shades of Cerulean #017FAA

Tints of Cerulean #017FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.05%

R = 0.34%
G = 42.62%
B = 57.05%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#017FAA (or 0x017FAA) is known color: Cerulean. HEX triplet: 01, 7F and AA. RGB value is (1,127,170). Sum of RGB (Red+Green+Blue) = 1+127+170=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #017FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017FAA is #FE8055. Grayscale: #5D5D5D. Windows color (decimal): -16678998 or 11173633. OLE color: 11173633.

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

Color convert

RGB 1 127 170 -
CMYK 0.99 0.25 0 0.33
HSL 195.27º 0.99% 0.34% -
HSV(B) 195.27º 0.99% 0.67% -
XYZ 14.86 18.09 40.74 -
YUV 94.23 170.76 61.5 -
System Red Green Blue C M Y K H S L
Decimal 1 127 170 0.99 0.25 0 0.33 195.27 0.99 0.34
Hex 1 7F AA 63 19 0 21 C3 63 22
Octal 1 177 252 143 31 0 41 303 143 42
Binary 1 1111111 10101010 1100011 11001 0 100001 11000011 1100011 100010

Color Harmonies of #017FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FAA

Black with #017FAA

Text Example


Text Example

White with #017FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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