Html Css Color HEX #017EC2 Cerulean

📋 copy color: '#017EC2'

red 1 ◦ green 126 ◦ blue 194

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

Shades of Cerulean #017EC2

Tints of Cerulean #017EC2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.25%

 BLUE value IS 194 (76.17% from 255) = 60.44%

R = 0.31%
G = 39.25%
B = 60.44%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#017EC2 (or 0x017EC2) is known color: Cerulean. HEX triplet: 01, 7E and C2. RGB value is (1,126,194). Sum of RGB (Red+Green+Blue) = 1+126+194=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #017EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EC2 is #FE813D. Grayscale: #5F5F5F. Windows color (decimal): -16679230 or 12746241. OLE color: 12746241.

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

Color convert

RGB 1 126 194 -
CMYK 0.99 0.35 0 0.24
HSL 201.14º 0.99% 0.38% -
HSV(B) 201.14º 0.99% 0.76% -
XYZ 17.21 18.82 53.77 -
YUV 96.38 183.09 59.97 -
System Red Green Blue C M Y K H S L
Decimal 1 126 194 0.99 0.35 0 0.24 201.14 0.99 0.38
Hex 1 7E C2 63 23 0 18 C9 63 26
Octal 1 176 302 143 43 0 30 311 143 46
Binary 1 1111110 11000010 1100011 100011 0 11000 11001001 1100011 100110

Color Harmonies of #017EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EC2

Black with #017EC2

Text Example


Text Example

White with #017EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,126,194); }

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

background-color css

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

 a { background-color: rgb(1,126,194); }

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

border-color css

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

 span { border-color: rgb(1,126,194); }

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