Html Css Color HEX #0B08D6 Medium Blue

📋 copy color: '#0B08D6'

red 11 ◦ green 8 ◦ blue 214

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

Shades of Medium Blue #0B08D6

Tints of Medium Blue #0B08D6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.43%

 BLUE value IS 214 (83.98% from 255) = 91.85%

R = 4.72%
G = 3.43%
B = 91.85%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0B08D6 (or 0x0B08D6) is known color: Medium Blue. HEX triplet: 0B, 08 and D6. RGB value is (11,8,214). Sum of RGB (Red+Green+Blue) = 11+8+214=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 214 (83.98% from 255 or 91.85% from 233); Max value from RGB is 214 - color contains mainly: blue. Hex color #0B08D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B08D6 is #F4F729. Grayscale: #1F1F1F. Windows color (decimal): -16054058 or 14026763. OLE color: 14026763.

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

Color convert

RGB 11 8 214 -
CMYK 0.95 0.96 0 0.16
HSL 240.87º 0.93% 0.44% -
HSV(B) 240.87º 0.96% 0.84% -
XYZ 12.36 5.1 63.95 -
YUV 32.38 230.49 112.75 -
System Red Green Blue C M Y K H S L
Decimal 11 8 214 0.95 0.96 0 0.16 240.87 0.93 0.44
Hex B 8 D6 5F 60 0 10 F1 5D 2C
Octal 13 10 326 137 140 0 20 361 135 54
Binary 1011 1000 11010110 1011111 1100000 0 10000 11110001 1011101 101100

Color Harmonies of #0B08D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B08D6

Black with #0B08D6

Text Example


Text Example

White with #0B08D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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