#0B08CF

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

Shades of Medium Blue #0B08CF

Tints of Medium Blue #0B08CF

Color information

#0B08CF (or 0x0B08CF) is unknown color: approx Medium Blue. HEX triplet: 0B, 08 and CF. RGB value is (11,8,207). Sum of RGB (Red+Green+Blue) = 11+8+207=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 207 (81.25% from 255 or 91.59% from 226); Max value from RGB is 207 - color contains mainly: blue. Hex color #0B08CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B08CF is #F4F730. Grayscale: #1E1E1E. Windows color (decimal): -16054065 or 13568011. OLE color: 13568011.

HSL color Cylindrical-coordinate representation of color #0B08CF: hue angle of 240.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B08CF is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118207-
CMYK0.950.9600.19
HSL240.9º92.56%42.16%-
HSV(B)240.9º96.14%81.18%-
XYZ11.494.7559.34-
YUV31.58226.99113.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.87%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 207 (81.25% from 255) = 91.59%
R=4.87%
G=3.54%
B=91.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1182070.950.9600.19240.992.5642.16
HexB8CF5F60013f15d2a
Octal131031713714002336113552
Binary101110001100111110111111100000010011111100011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B08CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,8,207); }

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

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

 a { background-color: rgb(11,8,207); }

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

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

 span { border-color: rgb(11,8,207); }

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