Html Css Color HEX #240CCA Medium Blue

📋 copy color: '#240CCA'

red 36 ◦ green 12 ◦ blue 202

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

Shades of Medium Blue #240CCA

Tints of Medium Blue #240CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 80.8%

R = 14.4%
G = 4.8%
B = 80.8%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#240CCA (or 0x240CCA) is known color: Medium Blue. HEX triplet: 24, 0C and CA. RGB value is (36,12,202). Sum of RGB (Red+Green+Blue) = 36+12+202=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 202 (79.30% from 255 or 80.8% from 250); Max value from RGB is 202 - color contains mainly: blue. Hex color #240CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240CCA is #DBF335. Grayscale: #282828. Windows color (decimal): -14414646 or 13241380. OLE color: 13241380.

HSL color Cylindrical-coordinate representation of color #240CCA: hue angle of 247.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240CCA is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 12 202 -
CMYK 0.82 0.94 0 0.21
HSL 247.58º 0.89% 0.42% -
HSV(B) 247.58º 0.94% 0.79% -
XYZ 11.52 4.9 56.22 -
YUV 40.84 218.95 124.55 -
System Red Green Blue C M Y K H S L
Decimal 36 12 202 0.82 0.94 0 0.21 247.58 0.89 0.42
Hex 24 C CA 52 5E 0 15 F8 59 2A
Octal 44 14 312 122 136 0 25 370 131 52
Binary 100100 1100 11001010 1010010 1011110 0 10101 11111000 1011001 101010

Color Harmonies of #240CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CCA

Black with #240CCA

Text Example


Text Example

White with #240CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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