Html Css Color HEX #017DB4 Cerulean

📋 copy color: '#017DB4'

red 1 ◦ green 125 ◦ blue 180

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

Shades of Cerulean #017DB4

Tints of Cerulean #017DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 58.82%

R = 0.33%
G = 40.85%
B = 58.82%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#017DB4 (or 0x017DB4) is known color: Cerulean. HEX triplet: 01, 7D and B4. RGB value is (1,125,180). Sum of RGB (Red+Green+Blue) = 1+125+180=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #017DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DB4 is #FE824B. Grayscale: #5D5D5D. Windows color (decimal): -16679500 or 11828481. OLE color: 11828481.

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

Color convert

RGB 1 125 180 -
CMYK 0.99 0.31 0 0.29
HSL 198.44º 0.99% 0.35% -
HSV(B) 198.44º 0.99% 0.71% -
XYZ 15.58 17.97 45.83 -
YUV 94.19 176.42 61.53 -
System Red Green Blue C M Y K H S L
Decimal 1 125 180 0.99 0.31 0 0.29 198.44 0.99 0.35
Hex 1 7D B4 63 1F 0 1D C6 63 23
Octal 1 175 264 143 37 0 35 306 143 43
Binary 1 1111101 10110100 1100011 11111 0 11101 11000110 1100011 100011

Color Harmonies of #017DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DB4

Black with #017DB4

Text Example


Text Example

White with #017DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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