Html Css Color HEX #017FBA Cerulean

📋 copy color: '#017FBA'

red 1 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #017FBA

Tints of Cerulean #017FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 0.32%
G = 40.45%
B = 59.24%

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

#017FBA (or 0x017FBA) is known color: Cerulean. HEX triplet: 01, 7F and BA. RGB value is (1,127,186). Sum of RGB (Red+Green+Blue) = 1+127+186=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #017FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FBA is #FE8045. Grayscale: #5F5F5F. Windows color (decimal): -16678982 or 12222209. OLE color: 12222209.

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

Color convert

RGB 1 127 186 -
CMYK 0.99 0.32 0 0.27
HSL 199.14º 0.99% 0.37% -
HSV(B) 199.14º 0.99% 0.73% -
XYZ 16.46 18.73 49.2 -
YUV 96.05 178.76 60.2 -
System Red Green Blue C M Y K H S L
Decimal 1 127 186 0.99 0.32 0 0.27 199.14 0.99 0.37
Hex 1 7F BA 63 20 0 1B C7 63 25
Octal 1 177 272 143 40 0 33 307 143 45
Binary 1 1111111 10111010 1100011 100000 0 11011 11000111 1100011 100101

Color Harmonies of #017FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FBA

Black with #017FBA

Text Example


Text Example

White with #017FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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