Html Css Color HEX #2400CC Medium Blue

📋 copy color: '#2400CC'

red 36 ◦ green 0 ◦ blue 204

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

Shades of Medium Blue #2400CC

Tints of Medium Blue #2400CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15%
G = 0%
B = 85%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2400CC (or 0x2400CC) is known color: Medium Blue. HEX triplet: 24, 00 and CC. RGB value is (36,0,204). Sum of RGB (Red+Green+Blue) = 36+0+204=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 204 (80.08% from 255 or 85% from 240); Max value from RGB is 204 - color contains mainly: blue. Hex color #2400CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400CC is #DBFF33. Grayscale: #212121. Windows color (decimal): -14417716 or 13369380. OLE color: 13369380.

HSL color Cylindrical-coordinate representation of color #2400CC: hue angle of 250.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400CC is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 0 204 -
CMYK 0.82 1 0 0.2
HSL 250.59º 1% 0.4% -
HSV(B) 250.59º 1% 0.8% -
XYZ 11.63 4.73 57.43 -
YUV 34.02 223.93 129.41 -
System Red Green Blue C M Y K H S L
Decimal 36 0 204 0.82 1 0 0.2 250.59 1 0.4
Hex 24 0 CC 52 64 0 14 FB 64 28
Octal 44 0 314 122 144 0 24 373 144 50
Binary 100100 0 11001100 1010010 1100100 0 10100 11111011 1100100 101000

Color Harmonies of #2400CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2400CC

Black with #2400CC

Text Example


Text Example

White with #2400CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2400CC; }

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

 H1.HeaderClassName
 {
   color: #2400CC;
 }
 .AnyTagClassName
 {
   color: #2400CC;
 }
</style>

background-color css

<style>
 a { background-color: #2400CC; }

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

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

border-color css

<style>
 span { border-color: #2400CC; }

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

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