Html Css Color HEX #0B05DF Medium Blue

📋 copy color: '#0B05DF'

red 11 ◦ green 5 ◦ blue 223

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

Shades of Medium Blue #0B05DF

Tints of Medium Blue #0B05DF

RGB

 RED value IS 11 (4.69% from 255) = 4.6%

 GREEN value IS 5 (2.34% from 255) = 2.09%

 BLUE value IS 223 (87.5% from 255) = 93.31%

R = 4.6%
G = 2.09%
B = 93.31%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B05DF (or 0x0B05DF) is known color: Medium Blue. HEX triplet: 0B, 05 and DF. RGB value is (11,5,223). Sum of RGB (Red+Green+Blue) = 11+5+223=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 223 (87.5% from 255 or 93.31% from 239); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B05DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B05DF is #F4FA20. Grayscale: #1E1E1E. Windows color (decimal): -16054817 or 14615819. OLE color: 14615819.

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

Color convert

RGB 11 5 223 -
CMYK 0.95 0.98 0 0.13
HSL 241.65º 0.96% 0.45% -
HSV(B) 241.65º 0.98% 0.87% -
XYZ 13.51 5.51 70.16 -
YUV 31.65 235.99 113.27 -
System Red Green Blue C M Y K H S L
Decimal 11 5 223 0.95 0.98 0 0.13 241.65 0.96 0.45
Hex B 5 DF 5F 62 0 D F2 60 2D
Octal 13 5 337 137 142 0 15 362 140 55
Binary 1011 101 11011111 1011111 1100010 0 1101 11110010 1100000 101101

Color Harmonies of #0B05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B05DF

Black with #0B05DF

Text Example


Text Example

White with #0B05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,5,223); }

 H1.HeaderClassName
 {
   color: #0B05DF;
 }
 .AnyTagClassName
 {
   color: #0B05DF;
 }
</style>

background-color css

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

 a { background-color: rgb(11,5,223); }

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

border-color css

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

 span { border-color: rgb(11,5,223); }

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