Html Css Color HEX #240BE4 Medium Blue

📋 copy color: '#240BE4'

red 36 ◦ green 11 ◦ blue 228

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

Shades of Medium Blue #240BE4

Tints of Medium Blue #240BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 82.91%

R = 13.09%
G = 4%
B = 82.91%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#240BE4 (or 0x240BE4) is known color: Medium Blue. HEX triplet: 24, 0B and E4. RGB value is (36,11,228). Sum of RGB (Red+Green+Blue) = 36+11+228=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 228 (89.45% from 255 or 82.91% from 275); Max value from RGB is 228 - color contains mainly: blue. Hex color #240BE4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BE4 is #DBF41B. Grayscale: #2A2A2A. Windows color (decimal): -14414876 or 14945060. OLE color: 14945060.

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

Color convert

RGB 36 11 228 -
CMYK 0.84 0.95 0 0.11
HSL 246.91º 0.91% 0.47% -
HSV(B) 246.91º 0.95% 0.89% -
XYZ 14.85 6.22 73.82 -
YUV 43.21 232.28 122.86 -
System Red Green Blue C M Y K H S L
Decimal 36 11 228 0.84 0.95 0 0.11 246.91 0.91 0.47
Hex 24 B E4 54 5F 0 B F7 5B 2F
Octal 44 13 344 124 137 0 13 367 133 57
Binary 100100 1011 11100100 1010100 1011111 0 1011 11110111 1011011 101111

Color Harmonies of #240BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240BE4

Black with #240BE4

Text Example


Text Example

White with #240BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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