Html Css Color HEX #0B02DB Medium Blue

📋 copy color: '#0B02DB'

red 11 ◦ green 2 ◦ blue 219

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

Shades of Medium Blue #0B02DB

Tints of Medium Blue #0B02DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 219 (85.94% from 255) = 94.4%

R = 4.74%
G = 0.86%
B = 94.4%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B02DB (or 0x0B02DB) is known color: Medium Blue. HEX triplet: 0B, 02 and DB. RGB value is (11,2,219). Sum of RGB (Red+Green+Blue) = 11+2+219=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 219 (85.94% from 255 or 94.40% from 232); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B02DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B02DB is #F4FD24. Grayscale: #1C1C1C. Windows color (decimal): -16055589 or 14352907. OLE color: 14352907.

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

Color convert

RGB 11 2 219 -
CMYK 0.95 0.99 0 0.14
HSL 242.49º 0.98% 0.43% -
HSV(B) 242.49º 0.99% 0.86% -
XYZ 12.95 5.23 67.34 -
YUV 29.43 234.98 114.86 -
System Red Green Blue C M Y K H S L
Decimal 11 2 219 0.95 0.99 0 0.14 242.49 0.98 0.43
Hex B 2 DB 5F 63 0 E F2 62 2B
Octal 13 2 333 137 143 0 16 362 142 53
Binary 1011 10 11011011 1011111 1100011 0 1110 11110010 1100010 101011

Color Harmonies of #0B02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B02DB

Black with #0B02DB

Text Example


Text Example

White with #0B02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,2,219); }

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

background-color css

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

 a { background-color: rgb(11,2,219); }

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

border-color css

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

 span { border-color: rgb(11,2,219); }

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