Html Css Color HEX #240ADD Medium Blue

📋 copy color: '#240ADD'

red 36 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #240ADD

Tints of Medium Blue #240ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.75%

 BLUE value IS 221 (86.72% from 255) = 82.77%

R = 13.48%
G = 3.75%
B = 82.77%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#240ADD (or 0x240ADD) is known color: Medium Blue. HEX triplet: 24, 0A and DD. RGB value is (36,10,221). Sum of RGB (Red+Green+Blue) = 36+10+221=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #240ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ADD is #DBF522. Grayscale: #292929. Windows color (decimal): -14415139 or 14486052. OLE color: 14486052.

HSL color Cylindrical-coordinate representation of color #240ADD: hue angle of 247.39º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240ADD is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 10 221 -
CMYK 0.84 0.95 0 0.13
HSL 247.39º 0.91% 0.45% -
HSV(B) 247.39º 0.95% 0.87% -
XYZ 13.89 5.81 68.8 -
YUV 41.83 229.11 123.84 -
System Red Green Blue C M Y K H S L
Decimal 36 10 221 0.84 0.95 0 0.13 247.39 0.91 0.45
Hex 24 A DD 54 5F 0 D F7 5B 2D
Octal 44 12 335 124 137 0 15 367 133 55
Binary 100100 1010 11011101 1010100 1011111 0 1101 11110111 1011011 101101

Color Harmonies of #240ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240ADD

Black with #240ADD

Text Example


Text Example

White with #240ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,10,221); }

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

background-color css

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

 a { background-color: rgb(36,10,221); }

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

border-color css

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

 span { border-color: rgb(36,10,221); }

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