Html Css Color HEX #000BFE Blue

📋 copy color: '#000BFE'

red 0 ◦ green 11 ◦ blue 254

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

Shades of Blue #000BFE

Tints of Blue #000BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.15%

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

R = 0%
G = 4.15%
B = 95.85%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#000BFE (or 0x000BFE) is known color: Blue. HEX triplet: 00, 0B and FE. RGB value is (0,11,254). Sum of RGB (Red+Green+Blue) = 0+11+254=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 254 (99.61% from 255 or 95.85% from 265); Max value from RGB is 254 - color contains mainly: blue. Hex color #000BFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000BFE is #FFF401. Grayscale: #222222. Windows color (decimal): -16774146 or 16648960. OLE color: 16648960.

HSL color Cylindrical-coordinate representation of color #000BFE: hue angle of 237.4º 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 #000BFE is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 11 254 -
CMYK 1 0.96 0 0.00
HSL 237.4º 1% 0.5% -
HSV(B) 237.4º 1% 1% -
XYZ 18.01 7.4 94.24 -
YUV 35.41 251.36 102.74 -
System Red Green Blue C M Y K H S L
Decimal 0 11 254 1 0.96 0 0.00 237.4 1 0.5
Hex 0 B FE 64 60 0 0 ED 64 32
Octal 0 13 376 144 140 0 0 355 144 62
Binary 0 1011 11111110 1100100 1100000 0 0 11101101 1100100 110010

Color Harmonies of #000BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000BFE

Black with #000BFE

Text Example


Text Example

White with #000BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000BFE; }

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

 H1.HeaderClassName
 {
   color: #000BFE;
 }
 .AnyTagClassName
 {
   color: #000BFE;
 }
</style>

background-color css

<style>
 a { background-color: #000BFE; }

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

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

border-color css

<style>
 span { border-color: #000BFE; }

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

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