Html Css Color HEX #017DB5 Cerulean

📋 copy color: '#017DB5'

red 1 ◦ green 125 ◦ blue 181

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

Shades of Cerulean #017DB5

Tints of Cerulean #017DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.96%

R = 0.33%
G = 40.72%
B = 58.96%

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

#017DB5 (or 0x017DB5) is known color: Cerulean. HEX triplet: 01, 7D and B5. RGB value is (1,125,181). Sum of RGB (Red+Green+Blue) = 1+125+181=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 181 (71.09% from 255 or 58.96% from 307); Max value from RGB is 181 - color contains mainly: blue. Hex color #017DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DB5 is #FE824A. Grayscale: #5D5D5D. Windows color (decimal): -16679499 or 11894017. OLE color: 11894017.

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

Color convert

RGB 1 125 181 -
CMYK 0.99 0.31 0 0.29
HSL 198.67º 0.99% 0.36% -
HSV(B) 198.67º 0.99% 0.71% -
XYZ 15.69 18.01 46.37 -
YUV 94.31 176.92 61.45 -
System Red Green Blue C M Y K H S L
Decimal 1 125 181 0.99 0.31 0 0.29 198.67 0.99 0.36
Hex 1 7D B5 63 1F 0 1D C7 63 24
Octal 1 175 265 143 37 0 35 307 143 44
Binary 1 1111101 10110101 1100011 11111 0 11101 11000111 1100011 100100

Color Harmonies of #017DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DB5

Black with #017DB5

Text Example


Text Example

White with #017DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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