Html Css Color HEX #017FBC Cerulean

📋 copy color: '#017FBC'

red 1 ◦ green 127 ◦ blue 188

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

Shades of Cerulean #017FBC

Tints of Cerulean #017FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 40.19%

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

R = 0.32%
G = 40.19%
B = 59.49%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#017FBC (or 0x017FBC) is known color: Cerulean. HEX triplet: 01, 7F and BC. RGB value is (1,127,188). Sum of RGB (Red+Green+Blue) = 1+127+188=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #017FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FBC is #FE8043. Grayscale: #5F5F5F. Windows color (decimal): -16678980 or 12353281. OLE color: 12353281.

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

Color convert

RGB 1 127 188 -
CMYK 0.99 0.32 0 0.26
HSL 199.57º 0.99% 0.37% -
HSV(B) 199.57º 0.99% 0.74% -
XYZ 16.68 18.82 50.33 -
YUV 96.28 179.76 60.04 -
System Red Green Blue C M Y K H S L
Decimal 1 127 188 0.99 0.32 0 0.26 199.57 0.99 0.37
Hex 1 7F BC 63 20 0 1A C8 63 25
Octal 1 177 274 143 40 0 32 310 143 45
Binary 1 1111111 10111100 1100011 100000 0 11010 11001000 1100011 100101

Color Harmonies of #017FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FBC

Black with #017FBC

Text Example


Text Example

White with #017FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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