#017DB2

Color #017DB2 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #017DB2

Tints of Cerulean #017DB2

Color information

#017DB2 (or 0x017DB2) is unknown color: approx Cerulean. HEX triplet: 01, 7D and B2. RGB value is (1,125,178). Sum of RGB (Red+Green+Blue) = 1+125+178=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #017DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017DB2 is #FE824D. Grayscale: #5D5D5D. Windows color (decimal): -16679502 or 11697409. OLE color: 11697409.

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

Color convert

RGB1125178-
CMYK0.990.3000.30
HSL197.97º98.88%35.1%-
HSV(B)197.97º99.44%69.8%-
XYZ15.3817.8944.76-
YUV93.97175.4261.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 125 (49.22% from 255) = 41.12%
BLUE value IS 178 (69.92% from 255) = 58.55%
R=0.33%
G=41.12%
B=58.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11251780.990.3000.30197.9798.8835.1
Hex17DB2631E01Ec66323
Octal11752621433603630614343
Binary1111110110110010110001111110011110110001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #017DB2;
 }
 .AnyTagClassName
 {
   color: #017DB2;
 }
</style>
background-color css

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

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

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

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

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

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