Html Css Color HEX #000BFB Blue

📋 copy color: '#000BFB'

red 0 ◦ green 11 ◦ blue 251

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

Shades of Blue #000BFB

Tints of Blue #000BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 95.8%

R = 0%
G = 4.2%
B = 95.8%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#000BFB (or 0x000BFB) is known color: Blue. HEX triplet: 00, 0B and FB. RGB value is (0,11,251). Sum of RGB (Red+Green+Blue) = 0+11+251=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 251 (98.44% from 255 or 95.80% from 262); Max value from RGB is 251 - color contains mainly: blue. Hex color #000BFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000BFB is #FFF404. Grayscale: #222222. Windows color (decimal): -16774149 or 16452352. OLE color: 16452352.

HSL color Cylindrical-coordinate representation of color #000BFB: hue angle of 237.37º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BFB is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 11 251 -
CMYK 1 0.96 0 0.02
HSL 237.37º 1% 0.49% -
HSV(B) 237.37º 1% 0.98% -
XYZ 17.53 7.2 91.73 -
YUV 35.07 249.86 102.99 -
System Red Green Blue C M Y K H S L
Decimal 0 11 251 1 0.96 0 0.02 237.37 1 0.49
Hex 0 B FB 64 60 0 2 ED 64 31
Octal 0 13 373 144 140 0 2 355 144 61
Binary 0 1011 11111011 1100100 1100000 0 10 11101101 1100100 110001

Color Harmonies of #000BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000BFB

Black with #000BFB

Text Example


Text Example

White with #000BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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