Html Css Color HEX #010BFB Blue

📋 copy color: '#010BFB'

red 1 ◦ green 11 ◦ blue 251

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

Shades of Blue #010BFB

Tints of Blue #010BFB

RGB

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

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

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

R = 0.38%
G = 4.18%
B = 95.44%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#010BFB (or 0x010BFB) is known color: Blue. HEX triplet: 01, 0B and FB. RGB value is (1,11,251). Sum of RGB (Red+Green+Blue) = 1+11+251=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 251 (98.44% from 255 or 95.44% from 263); Max value from RGB is 251 - color contains mainly: blue. Hex color #010BFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BFB is #FEF404. Grayscale: #222222. Windows color (decimal): -16708613 or 16452353. OLE color: 16452353.

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

Color convert

RGB 1 11 251 -
CMYK 1.00 0.96 0 0.02
HSL 237.6º 0.99% 0.49% -
HSV(B) 237.6º 1% 0.98% -
XYZ 17.54 7.21 91.73 -
YUV 35.37 249.69 103.49 -
System Red Green Blue C M Y K H S L
Decimal 1 11 251 1.00 0.96 0 0.02 237.6 0.99 0.49
Hex 1 B FB 64 60 0 2 EE 63 31
Octal 1 13 373 144 140 0 2 356 143 61
Binary 1 1011 11111011 1100100 1100000 0 10 11101110 1100011 110001

Color Harmonies of #010BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BFB

Black with #010BFB

Text Example


Text Example

White with #010BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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