Html Css Color HEX #017DB9 Cerulean

📋 copy color: '#017DB9'

red 1 ◦ green 125 ◦ blue 185

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

Shades of Cerulean #017DB9

Tints of Cerulean #017DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 59.49%

R = 0.32%
G = 40.19%
B = 59.49%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#017DB9 (or 0x017DB9) is known color: Cerulean. HEX triplet: 01, 7D and B9. RGB value is (1,125,185). Sum of RGB (Red+Green+Blue) = 1+125+185=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 185 (72.66% from 255 or 59.49% from 311); Max value from RGB is 185 - color contains mainly: blue. Hex color #017DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DB9 is #FE8246. Grayscale: #5E5E5E. Windows color (decimal): -16679495 or 12156161. OLE color: 12156161.

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

Color convert

RGB 1 125 185 -
CMYK 0.99 0.32 0 0.27
HSL 199.57º 0.99% 0.36% -
HSV(B) 199.57º 0.99% 0.73% -
XYZ 16.1 18.18 48.56 -
YUV 94.76 178.92 61.12 -
System Red Green Blue C M Y K H S L
Decimal 1 125 185 0.99 0.32 0 0.27 199.57 0.99 0.36
Hex 1 7D B9 63 20 0 1B C8 63 24
Octal 1 175 271 143 40 0 33 310 143 44
Binary 1 1111101 10111001 1100011 100000 0 11011 11001000 1100011 100100

Color Harmonies of #017DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DB9

Black with #017DB9

Text Example


Text Example

White with #017DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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