Html Css Color HEX #240DDB Medium Blue

📋 copy color: '#240DDB'

red 36 ◦ green 13 ◦ blue 219

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

Shades of Medium Blue #240DDB

Tints of Medium Blue #240DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

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

R = 13.43%
G = 4.85%
B = 81.72%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#240DDB (or 0x240DDB) is known color: Medium Blue. HEX triplet: 24, 0D and DB. RGB value is (36,13,219). Sum of RGB (Red+Green+Blue) = 36+13+219=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #240DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DDB is #DBF224. Grayscale: #2A2A2A. Windows color (decimal): -14414373 or 14355748. OLE color: 14355748.

HSL color Cylindrical-coordinate representation of color #240DDB: hue angle of 246.7º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240DDB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 13 219 -
CMYK 0.84 0.94 0 0.14
HSL 246.7º 0.89% 0.45% -
HSV(B) 246.7º 0.94% 0.86% -
XYZ 13.66 5.78 67.41 -
YUV 43.36 227.12 122.75 -
System Red Green Blue C M Y K H S L
Decimal 36 13 219 0.84 0.94 0 0.14 246.7 0.89 0.45
Hex 24 D DB 54 5E 0 E F7 59 2D
Octal 44 15 333 124 136 0 16 367 131 55
Binary 100100 1101 11011011 1010100 1011110 0 1110 11110111 1011001 101101

Color Harmonies of #240DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240DDB

Black with #240DDB

Text Example


Text Example

White with #240DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240DDB; }

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

 H1.HeaderClassName
 {
   color: #240DDB;
 }
 .AnyTagClassName
 {
   color: #240DDB;
 }
</style>

background-color css

<style>
 a { background-color: #240DDB; }

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

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

border-color css

<style>
 span { border-color: #240DDB; }

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

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