#0B30FB

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

Shades of Blue #0B30FB

Tints of Blue #0B30FB

Color information

#0B30FB (or 0x0B30FB) is unknown color: approx Blue. HEX triplet: 0B, 30 and FB. RGB value is (11,48,251). Sum of RGB (Red+Green+Blue) = 11+48+251=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 251 (98.44% from 255 or 80.97% from 310); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B30FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B30FB is #F4CF04. Grayscale: #3B3B3B. Windows color (decimal): -16043781 or 16461835. OLE color: 16461835.

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

Color convert

RGB1148251-
CMYK0.960.8100.02
HSL230.75º96.77%51.37%-
HSV(B)230.75º95.62%98.43%-
XYZ18.619.1592.05-
YUV60.08235.7492.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.55%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 251 (98.44% from 255) = 80.97%
R=3.55%
G=15.48%
B=80.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11482510.960.8100.02230.7596.7751.37
HexB30FB605102e76133
Octal13603731401210234714163
Binary10111100001111101111000001010001010111001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B30FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B30FB; }

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

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

<style>
 a { background-color: #0B30FB; }

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

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

<style>
 span { border-color: #0B30FB; }

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

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