Html Css Color HEX #017CBD Cerulean

📋 copy color: '#017CBD'

red 1 ◦ green 124 ◦ blue 189

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

Shades of Cerulean #017CBD

Tints of Cerulean #017CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.49%

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

R = 0.32%
G = 39.49%
B = 60.19%

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

#017CBD (or 0x017CBD) is known color: Cerulean. HEX triplet: 01, 7C and BD. RGB value is (1,124,189). Sum of RGB (Red+Green+Blue) = 1+124+189=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #017CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CBD is #FE8342. Grayscale: #5E5E5E. Windows color (decimal): -16679747 or 12418049. OLE color: 12418049.

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

Color convert

RGB 1 124 189 -
CMYK 0.99 0.34 0 0.26
HSL 200.74º 0.99% 0.37% -
HSV(B) 200.74º 0.99% 0.74% -
XYZ 16.41 18.1 50.77 -
YUV 94.63 181.25 61.21 -
System Red Green Blue C M Y K H S L
Decimal 1 124 189 0.99 0.34 0 0.26 200.74 0.99 0.37
Hex 1 7C BD 63 22 0 1A C9 63 25
Octal 1 174 275 143 42 0 32 311 143 45
Binary 1 1111100 10111101 1100011 100010 0 11010 11001001 1100011 100101

Color Harmonies of #017CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CBD

Black with #017CBD

Text Example


Text Example

White with #017CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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