Html Css Color HEX #017DBC Cerulean

📋 copy color: '#017DBC'

red 1 ◦ green 125 ◦ blue 188

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

Shades of Cerulean #017DBC

Tints of Cerulean #017DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.87%

R = 0.32%
G = 39.81%
B = 59.87%

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

#017DBC (or 0x017DBC) is known color: Cerulean. HEX triplet: 01, 7D and BC. RGB value is (1,125,188). Sum of RGB (Red+Green+Blue) = 1+125+188=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #017DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017DBC is #FE8243. Grayscale: #5E5E5E. Windows color (decimal): -16679492 or 12352769. OLE color: 12352769.

HSL color Cylindrical-coordinate representation of color #017DBC: hue angle of 200.21º 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 #017DBC is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 125 188 -
CMYK 0.99 0.34 0 0.26
HSL 200.21º 0.99% 0.37% -
HSV(B) 200.21º 0.99% 0.74% -
XYZ 16.42 18.3 50.24 -
YUV 95.11 180.42 60.88 -
System Red Green Blue C M Y K H S L
Decimal 1 125 188 0.99 0.34 0 0.26 200.21 0.99 0.37
Hex 1 7D BC 63 22 0 1A C8 63 25
Octal 1 175 274 143 42 0 32 310 143 45
Binary 1 1111101 10111100 1100011 100010 0 11010 11001000 1100011 100101

Color Harmonies of #017DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DBC

Black with #017DBC

Text Example


Text Example

White with #017DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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