Html Css Color HEX #240ACE Medium Blue

📋 copy color: '#240ACE'

red 36 ◦ green 10 ◦ blue 206

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

Shades of Medium Blue #240ACE

Tints of Medium Blue #240ACE

RGB

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

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

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

R = 14.29%
G = 3.97%
B = 81.75%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#240ACE (or 0x240ACE) is known color: Medium Blue. HEX triplet: 24, 0A and CE. RGB value is (36,10,206). Sum of RGB (Red+Green+Blue) = 36+10+206=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #240ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ACE is #DBF531. Grayscale: #272727. Windows color (decimal): -14415154 or 13503012. OLE color: 13503012.

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

Color convert

RGB 36 10 206 -
CMYK 0.83 0.95 0 0.19
HSL 247.96º 0.91% 0.42% -
HSV(B) 247.96º 0.95% 0.81% -
XYZ 11.98 5.05 58.74 -
YUV 40.12 221.61 125.06 -
System Red Green Blue C M Y K H S L
Decimal 36 10 206 0.83 0.95 0 0.19 247.96 0.91 0.42
Hex 24 A CE 53 5F 0 13 F8 5B 2A
Octal 44 12 316 123 137 0 23 370 133 52
Binary 100100 1010 11001110 1010011 1011111 0 10011 11111000 1011011 101010

Color Harmonies of #240ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240ACE

Black with #240ACE

Text Example


Text Example

White with #240ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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