Html Css Color HEX #2410DB Medium Blue

📋 copy color: '#2410DB'

red 36 ◦ green 16 ◦ blue 219

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

Shades of Medium Blue #2410DB

Tints of Medium Blue #2410DB

RGB

 RED value IS 36 (14.45% from 255) = 13.28%

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

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

R = 13.28%
G = 5.9%
B = 80.81%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2410DB (or 0x2410DB) is known color: Medium Blue. HEX triplet: 24, 10 and DB. RGB value is (36,16,219). Sum of RGB (Red+Green+Blue) = 36+16+219=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #2410DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2410DB is #DBEF24. Grayscale: #2C2C2C. Windows color (decimal): -14413605 or 14356516. OLE color: 14356516.

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

Color convert

RGB 36 16 219 -
CMYK 0.84 0.93 0 0.14
HSL 245.91º 0.86% 0.46% -
HSV(B) 245.91º 0.93% 0.86% -
XYZ 13.7 5.86 67.43 -
YUV 45.12 226.13 121.49 -
System Red Green Blue C M Y K H S L
Decimal 36 16 219 0.84 0.93 0 0.14 245.91 0.86 0.46
Hex 24 10 DB 54 5D 0 E F6 56 2E
Octal 44 20 333 124 135 0 16 366 126 56
Binary 100100 10000 11011011 1010100 1011101 0 1110 11110110 1010110 101110

Color Harmonies of #2410DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2410DB

Black with #2410DB

Text Example


Text Example

White with #2410DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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