Html Css Color HEX #017DA4 Cerulean

📋 copy color: '#017DA4'

red 1 ◦ green 125 ◦ blue 164

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

Shades of Cerulean #017DA4

Tints of Cerulean #017DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 56.55%

R = 0.34%
G = 43.1%
B = 56.55%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#017DA4 (or 0x017DA4) is known color: Cerulean. HEX triplet: 01, 7D and A4. RGB value is (1,125,164). Sum of RGB (Red+Green+Blue) = 1+125+164=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #017DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017DA4 is #FE825B. Grayscale: #5C5C5C. Windows color (decimal): -16679516 or 10779905. OLE color: 10779905.

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

Color convert

RGB 1 125 164 -
CMYK 0.99 0.24 0 0.36
HSL 194.36º 0.99% 0.32% -
HSV(B) 194.36º 0.99% 0.64% -
XYZ 14.05 17.35 37.73 -
YUV 92.37 168.42 62.83 -
System Red Green Blue C M Y K H S L
Decimal 1 125 164 0.99 0.24 0 0.36 194.36 0.99 0.32
Hex 1 7D A4 63 18 0 24 C2 63 20
Octal 1 175 244 143 30 0 44 302 143 40
Binary 1 1111101 10100100 1100011 11000 0 100100 11000010 1100011 100000

Color Harmonies of #017DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DA4

Black with #017DA4

Text Example


Text Example

White with #017DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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