Html Css Color HEX #0011FE Blue

📋 copy color: '#0011FE'

red 0 ◦ green 17 ◦ blue 254

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

Shades of Blue #0011FE

Tints of Blue #0011FE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 17 (7.03% from 255) = 6.27%

 BLUE value IS 254 (99.61% from 255) = 93.73%

R = 0%
G = 6.27%
B = 93.73%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0011FE (or 0x0011FE) is known color: Blue. HEX triplet: 00, 11 and FE. RGB value is (0,17,254). Sum of RGB (Red+Green+Blue) = 0+17+254=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 254 (99.61% from 255 or 93.73% from 271); Max value from RGB is 254 - color contains mainly: blue. Hex color #0011FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0011FE is #FFEE01. Grayscale: #252525. Windows color (decimal): -16772610 or 16650496. OLE color: 16650496.

HSL color Cylindrical-coordinate representation of color #0011FE: hue angle of 235.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0011FE is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 17 254 -
CMYK 1 0.93 0 0.00
HSL 235.98º 1% 0.5% -
HSV(B) 235.98º 1% 1% -
XYZ 18.09 7.56 94.27 -
YUV 38.94 249.37 100.23 -
System Red Green Blue C M Y K H S L
Decimal 0 17 254 1 0.93 0 0.00 235.98 1 0.5
Hex 0 11 FE 64 5D 0 0 EC 64 32
Octal 0 21 376 144 135 0 0 354 144 62
Binary 0 10001 11111110 1100100 1011101 0 0 11101100 1100100 110010

Color Harmonies of #0011FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0011FE

Black with #0011FE

Text Example


Text Example

White with #0011FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0011FE; }

 p { color: rgb(0,17,254); }

 H1.HeaderClassName
 {
   color: #0011FE;
 }
 .AnyTagClassName
 {
   color: #0011FE;
 }
</style>

background-color css

<style>
 a { background-color: #0011FE; }

 a { background-color: rgb(0,17,254); }

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

border-color css

<style>
 span { border-color: #0011FE; }

 span { border-color: rgb(0,17,254); }

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