Html Css Color HEX #017FBB Cerulean

📋 copy color: '#017FBB'

red 1 ◦ green 127 ◦ blue 187

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

Shades of Cerulean #017FBB

Tints of Cerulean #017FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 0.32%
G = 40.32%
B = 59.37%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#017FBB (or 0x017FBB) is known color: Cerulean. HEX triplet: 01, 7F and BB. RGB value is (1,127,187). Sum of RGB (Red+Green+Blue) = 1+127+187=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #017FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FBB is #FE8044. Grayscale: #5F5F5F. Windows color (decimal): -16678981 or 12287745. OLE color: 12287745.

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

Color convert

RGB 1 127 187 -
CMYK 0.99 0.32 0 0.27
HSL 199.35º 0.99% 0.37% -
HSV(B) 199.35º 0.99% 0.73% -
XYZ 16.57 18.77 49.76 -
YUV 96.17 179.26 60.12 -
System Red Green Blue C M Y K H S L
Decimal 1 127 187 0.99 0.32 0 0.27 199.35 0.99 0.37
Hex 1 7F BB 63 20 0 1B C7 63 25
Octal 1 177 273 143 40 0 33 307 143 45
Binary 1 1111111 10111011 1100011 100000 0 11011 11000111 1100011 100101

Color Harmonies of #017FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FBB

Black with #017FBB

Text Example


Text Example

White with #017FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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