Html Css Color HEX #0810DB Medium Blue

📋 copy color: '#0810DB'

red 8 ◦ green 16 ◦ blue 219

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

Shades of Medium Blue #0810DB

Tints of Medium Blue #0810DB

RGB

 RED value IS 8 (3.52% from 255) = 3.29%

 GREEN value IS 16 (6.64% from 255) = 6.58%

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

R = 3.29%
G = 6.58%
B = 90.12%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0810DB (or 0x0810DB) is known color: Medium Blue. HEX triplet: 08, 10 and DB. RGB value is (8,16,219). Sum of RGB (Red+Green+Blue) = 8+16+219=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 219 (85.94% from 255 or 90.12% from 243); Max value from RGB is 219 - color contains mainly: blue. Hex color #0810DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0810DB is #F7EF24. Grayscale: #232323. Windows color (decimal): -16248613 or 14356488. OLE color: 14356488.

HSL color Cylindrical-coordinate representation of color #0810DB: hue angle of 237.73º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0810DB is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 16 219 -
CMYK 0.96 0.93 0 0.14
HSL 237.73º 0.93% 0.45% -
HSV(B) 237.73º 0.96% 0.86% -
XYZ 13.07 5.54 67.4 -
YUV 36.75 230.85 107.49 -
System Red Green Blue C M Y K H S L
Decimal 8 16 219 0.96 0.93 0 0.14 237.73 0.93 0.45
Hex 8 10 DB 60 5D 0 E EE 5D 2D
Octal 10 20 333 140 135 0 16 356 135 55
Binary 1000 10000 11011011 1100000 1011101 0 1110 11101110 1011101 101101

Color Harmonies of #0810DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0810DB

Black with #0810DB

Text Example


Text Example

White with #0810DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0810DB; }

 p { color: rgb(8,16,219); }

 H1.HeaderClassName
 {
   color: #0810DB;
 }
 .AnyTagClassName
 {
   color: #0810DB;
 }
</style>

background-color css

<style>
 a { background-color: #0810DB; }

 a { background-color: rgb(8,16,219); }

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

border-color css

<style>
 span { border-color: #0810DB; }

 span { border-color: rgb(8,16,219); }

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