#0B0DFC

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

Shades of Blue #0B0DFC

Tints of Blue #0B0DFC

Color information

#0B0DFC (or 0x0B0DFC) is unknown color: approx Blue. HEX triplet: 0B, 0D and FC. RGB value is (11,13,252). Sum of RGB (Red+Green+Blue) = 11+13+252=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 252 (98.83% from 255 or 91.30% from 276); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B0DFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0DFC is #F4F203. Grayscale: #262626. Windows color (decimal): -16052740 or 16518411. OLE color: 16518411.

HSL color Cylindrical-coordinate representation of color #0B0DFC: hue angle of 239.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0DFC is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1113252-
CMYK0.960.9500.01
HSL239.5º97.57%51.57%-
HSV(B)239.5º95.63%98.82%-
XYZ17.857.3992.58-
YUV39.65247.84107.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.99%
GREEN value IS 13 (5.47% from 255) = 4.71%
BLUE value IS 252 (98.83% from 255) = 91.30%
R=3.99%
G=4.71%
B=91.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal11132520.960.9500.01239.597.5751.57
HexBDFC605F01f06234
Octal13153741401370136014264
Binary10111101111111001100000101111101111100001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,13,252); }

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

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

 a { background-color: rgb(11,13,252); }

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

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

 span { border-color: rgb(11,13,252); }

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