Html Css Color HEX #2404CC Medium Blue

📋 copy color: '#2404CC'

red 36 ◦ green 4 ◦ blue 204

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

Shades of Medium Blue #2404CC

Tints of Medium Blue #2404CC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

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

R = 14.75%
G = 1.64%
B = 83.61%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2404CC (or 0x2404CC) is known color: Medium Blue. HEX triplet: 24, 04 and CC. RGB value is (36,4,204). Sum of RGB (Red+Green+Blue) = 36+4+204=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 204 (80.08% from 255 or 83.61% from 244); Max value from RGB is 204 - color contains mainly: blue. Hex color #2404CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2404CC is #DBFB33. Grayscale: #232323. Windows color (decimal): -14416692 or 13370404. OLE color: 13370404.

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

Color convert

RGB 36 4 204 -
CMYK 0.82 0.98 0 0.2
HSL 249.6º 0.96% 0.41% -
HSV(B) 249.6º 0.98% 0.8% -
XYZ 11.67 4.82 57.44 -
YUV 36.37 222.6 127.74 -
System Red Green Blue C M Y K H S L
Decimal 36 4 204 0.82 0.98 0 0.2 249.6 0.96 0.41
Hex 24 4 CC 52 62 0 14 FA 60 29
Octal 44 4 314 122 142 0 24 372 140 51
Binary 100100 100 11001100 1010010 1100010 0 10100 11111010 1100000 101001

Color Harmonies of #2404CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2404CC

Black with #2404CC

Text Example


Text Example

White with #2404CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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