Html Css Color HEX #240ACB Medium Blue

📋 copy color: '#240ACB'

red 36 ◦ green 10 ◦ blue 203

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

Shades of Medium Blue #240ACB

Tints of Medium Blue #240ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 81.53%

R = 14.46%
G = 4.02%
B = 81.53%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#240ACB (or 0x240ACB) is known color: Medium Blue. HEX triplet: 24, 0A and CB. RGB value is (36,10,203). Sum of RGB (Red+Green+Blue) = 36+10+203=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #240ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ACB is #DBF534. Grayscale: #272727. Windows color (decimal): -14415157 or 13306404. OLE color: 13306404.

HSL color Cylindrical-coordinate representation of color #240ACB: hue angle of 248.08º 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 #240ACB is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 10 203 -
CMYK 0.82 0.95 0 0.20
HSL 248.08º 0.91% 0.42% -
HSV(B) 248.08º 0.95% 0.8% -
XYZ 11.62 4.9 56.83 -
YUV 39.78 220.11 125.31 -
System Red Green Blue C M Y K H S L
Decimal 36 10 203 0.82 0.95 0 0.20 248.08 0.91 0.42
Hex 24 A CB 52 5F 0 14 F8 5B 2A
Octal 44 12 313 122 137 0 24 370 133 52
Binary 100100 1010 11001011 1010010 1011111 0 10100 11111000 1011011 101010

Color Harmonies of #240ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240ACB

Black with #240ACB

Text Example


Text Example

White with #240ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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