Html Css Color HEX #017DBD Cerulean

📋 copy color: '#017DBD'

red 1 ◦ green 125 ◦ blue 189

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

Shades of Cerulean #017DBD

Tints of Cerulean #017DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60%

R = 0.32%
G = 39.68%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#017DBD (or 0x017DBD) is known color: Cerulean. HEX triplet: 01, 7D and BD. RGB value is (1,125,189). Sum of RGB (Red+Green+Blue) = 1+125+189=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #017DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DBD is #FE8242. Grayscale: #5E5E5E. Windows color (decimal): -16679491 or 12418305. OLE color: 12418305.

HSL color Cylindrical-coordinate representation of color #017DBD: hue angle of 200.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017DBD is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 125 189 -
CMYK 0.99 0.34 0 0.26
HSL 200.43º 0.99% 0.37% -
HSV(B) 200.43º 0.99% 0.74% -
XYZ 16.53 18.35 50.81 -
YUV 95.22 180.92 60.8 -
System Red Green Blue C M Y K H S L
Decimal 1 125 189 0.99 0.34 0 0.26 200.43 0.99 0.37
Hex 1 7D BD 63 22 0 1A C8 63 25
Octal 1 175 275 143 42 0 32 310 143 45
Binary 1 1111101 10111101 1100011 100010 0 11010 11001000 1100011 100101

Color Harmonies of #017DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DBD

Black with #017DBD

Text Example


Text Example

White with #017DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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