Html Css Color HEX #240BD7 Medium Blue

📋 copy color: '#240BD7'

red 36 ◦ green 11 ◦ blue 215

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

Shades of Medium Blue #240BD7

Tints of Medium Blue #240BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 82.06%

R = 13.74%
G = 4.2%
B = 82.06%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#240BD7 (or 0x240BD7) is known color: Medium Blue. HEX triplet: 24, 0B and D7. RGB value is (36,11,215). Sum of RGB (Red+Green+Blue) = 36+11+215=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 215 (84.38% from 255 or 82.06% from 262); Max value from RGB is 215 - color contains mainly: blue. Hex color #240BD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BD7 is #DBF428. Grayscale: #282828. Windows color (decimal): -14414889 or 14093092. OLE color: 14093092.

HSL color Cylindrical-coordinate representation of color #240BD7: hue angle of 247.35º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240BD7 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 36 11 215 -
CMYK 0.83 0.95 0 0.16
HSL 247.35º 0.9% 0.44% -
HSV(B) 247.35º 0.95% 0.84% -
XYZ 13.11 5.52 64.66 -
YUV 41.73 225.78 123.91 -
System Red Green Blue C M Y K H S L
Decimal 36 11 215 0.83 0.95 0 0.16 247.35 0.9 0.44
Hex 24 B D7 53 5F 0 10 F7 5A 2C
Octal 44 13 327 123 137 0 20 367 132 54
Binary 100100 1011 11010111 1010011 1011111 0 10000 11110111 1011010 101100

Color Harmonies of #240BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240BD7

Black with #240BD7

Text Example


Text Example

White with #240BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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