#010BF3

Color #010BF3 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #010BF3

Tints of Blue #010BF3

Color information

#010BF3 (or 0x010BF3) is unknown color: approx Blue. HEX triplet: 01, 0B and F3. RGB value is (1,11,243). Sum of RGB (Red+Green+Blue) = 1+11+243=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 243 (95.31% from 255 or 95.29% from 255); Max value from RGB is 243 - color contains mainly: blue. Hex color #010BF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BF3 is #FEF40C. Grayscale: #212121. Windows color (decimal): -16708621 or 15928065. OLE color: 15928065.

HSL color Cylindrical-coordinate representation of color #010BF3: hue angle of 237.52º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010BF3 is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111243-
CMYK1.000.9500.05
HSL237.52º99.18%47.84%-
HSV(B)237.52º99.59%95.29%-
XYZ16.316.7285.23-
YUV34.46245.69104.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 243 (95.31% from 255) = 95.29%
R=0.39%
G=4.31%
B=95.29%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112431.000.9500.05237.5299.1847.84
Hex1BF3645F05ee6330
Octal1133631441370535614360
Binary1101111110011110010010111110101111011101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #010BF3;
 }
 .AnyTagClassName
 {
   color: #010BF3;
 }
</style>
background-color css

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

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

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

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

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

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