Html Css Color HEX #240BDD Medium Blue

📋 copy color: '#240BDD'

red 36 ◦ green 11 ◦ blue 221

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

Shades of Medium Blue #240BDD

Tints of Medium Blue #240BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.1%

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

R = 13.43%
G = 4.1%
B = 82.46%

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

#240BDD (or 0x240BDD) is known color: Medium Blue. HEX triplet: 24, 0B and DD. RGB value is (36,11,221). Sum of RGB (Red+Green+Blue) = 36+11+221=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #240BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BDD is #DBF422. Grayscale: #292929. Windows color (decimal): -14414883 or 14486308. OLE color: 14486308.

HSL color Cylindrical-coordinate representation of color #240BDD: hue angle of 247.14º 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 #240BDD is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 11 221 -
CMYK 0.84 0.95 0 0.13
HSL 247.14º 0.91% 0.45% -
HSV(B) 247.14º 0.95% 0.87% -
XYZ 13.9 5.83 68.8 -
YUV 42.42 228.78 123.42 -
System Red Green Blue C M Y K H S L
Decimal 36 11 221 0.84 0.95 0 0.13 247.14 0.91 0.45
Hex 24 B DD 54 5F 0 D F7 5B 2D
Octal 44 13 335 124 137 0 15 367 133 55
Binary 100100 1011 11011101 1010100 1011111 0 1101 11110111 1011011 101101

Color Harmonies of #240BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240BDD

Black with #240BDD

Text Example


Text Example

White with #240BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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