Html Css Color HEX #240ACC Medium Blue

📋 copy color: '#240ACC'

red 36 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #240ACC

Tints of Medium Blue #240ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

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

R = 14.4%
G = 4%
B = 81.6%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#240ACC (or 0x240ACC) is known color: Medium Blue. HEX triplet: 24, 0A and CC. RGB value is (36,10,204). Sum of RGB (Red+Green+Blue) = 36+10+204=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #240ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ACC is #DBF533. Grayscale: #272727. Windows color (decimal): -14415156 or 13371940. OLE color: 13371940.

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

Color convert

RGB 36 10 204 -
CMYK 0.82 0.95 0 0.2
HSL 248.04º 0.91% 0.42% -
HSV(B) 248.04º 0.95% 0.8% -
XYZ 11.74 4.95 57.46 -
YUV 39.89 220.61 125.23 -
System Red Green Blue C M Y K H S L
Decimal 36 10 204 0.82 0.95 0 0.2 248.04 0.91 0.42
Hex 24 A CC 52 5F 0 14 F8 5B 2A
Octal 44 12 314 122 137 0 24 370 133 52
Binary 100100 1010 11001100 1010010 1011111 0 10100 11111000 1011011 101010

Color Harmonies of #240ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240ACC

Black with #240ACC

Text Example


Text Example

White with #240ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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