Html Css Color HEX #240CCE Medium Blue

📋 copy color: '#240CCE'

red 36 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #240CCE

Tints of Medium Blue #240CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.72%

 BLUE value IS 206 (80.86% from 255) = 81.1%

R = 14.17%
G = 4.72%
B = 81.1%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#240CCE (or 0x240CCE) is known color: Medium Blue. HEX triplet: 24, 0C and CE. RGB value is (36,12,206). Sum of RGB (Red+Green+Blue) = 36+12+206=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #240CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240CCE is #DBF331. Grayscale: #282828. Windows color (decimal): -14414642 or 13503524. OLE color: 13503524.

HSL color Cylindrical-coordinate representation of color #240CCE: hue angle of 247.42º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240CCE is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 12 206 -
CMYK 0.83 0.94 0 0.19
HSL 247.42º 0.89% 0.43% -
HSV(B) 247.42º 0.94% 0.81% -
XYZ 12 5.09 58.74 -
YUV 41.29 220.95 124.23 -
System Red Green Blue C M Y K H S L
Decimal 36 12 206 0.83 0.94 0 0.19 247.42 0.89 0.43
Hex 24 C CE 53 5E 0 13 F7 59 2B
Octal 44 14 316 123 136 0 23 367 131 53
Binary 100100 1100 11001110 1010011 1011110 0 10011 11110111 1011001 101011

Color Harmonies of #240CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CCE

Black with #240CCE

Text Example


Text Example

White with #240CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,12,206); }

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

background-color css

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

 a { background-color: rgb(36,12,206); }

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

border-color css

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

 span { border-color: rgb(36,12,206); }

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