Html Css Color HEX #240ECC Medium Blue

📋 copy color: '#240ECC'

red 36 ◦ green 14 ◦ blue 204

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

Shades of Medium Blue #240ECC

Tints of Medium Blue #240ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 204 (80.08% from 255) = 80.31%

R = 14.17%
G = 5.51%
B = 80.31%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#240ECC (or 0x240ECC) is known color: Medium Blue. HEX triplet: 24, 0E and CC. RGB value is (36,14,204). Sum of RGB (Red+Green+Blue) = 36+14+204=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #240ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ECC is #DBF133. Grayscale: #292929. Windows color (decimal): -14414132 or 13372964. OLE color: 13372964.

HSL color Cylindrical-coordinate representation of color #240ECC: hue angle of 246.95º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240ECC is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 14 204 -
CMYK 0.82 0.93 0 0.2
HSL 246.95º 0.87% 0.43% -
HSV(B) 246.95º 0.93% 0.8% -
XYZ 11.78 5.05 57.48 -
YUV 42.24 219.29 123.55 -
System Red Green Blue C M Y K H S L
Decimal 36 14 204 0.82 0.93 0 0.2 246.95 0.87 0.43
Hex 24 E CC 52 5D 0 14 F7 57 2B
Octal 44 16 314 122 135 0 24 367 127 53
Binary 100100 1110 11001100 1010010 1011101 0 10100 11110111 1010111 101011

Color Harmonies of #240ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240ECC

Black with #240ECC

Text Example


Text Example

White with #240ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,14,204); }

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

background-color css

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

 a { background-color: rgb(36,14,204); }

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

border-color css

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

 span { border-color: rgb(36,14,204); }

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