Html Css Color HEX #2410CC Medium Blue

📋 copy color: '#2410CC'

red 36 ◦ green 16 ◦ blue 204

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

Shades of Medium Blue #2410CC

Tints of Medium Blue #2410CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

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

R = 14.06%
G = 6.25%
B = 79.69%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2410CC (or 0x2410CC) is known color: Medium Blue. HEX triplet: 24, 10 and CC. RGB value is (36,16,204). Sum of RGB (Red+Green+Blue) = 36+16+204=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #2410CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2410CC is #DBEF33. Grayscale: #2A2A2A. Windows color (decimal): -14413620 or 13373476. OLE color: 13373476.

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

Color convert

RGB 36 16 204 -
CMYK 0.82 0.92 0 0.2
HSL 246.38º 0.85% 0.43% -
HSV(B) 246.38º 0.92% 0.8% -
XYZ 11.81 5.11 57.49 -
YUV 43.41 218.63 122.71 -
System Red Green Blue C M Y K H S L
Decimal 36 16 204 0.82 0.92 0 0.2 246.38 0.85 0.43
Hex 24 10 CC 52 5C 0 14 F6 55 2B
Octal 44 20 314 122 134 0 24 366 125 53
Binary 100100 10000 11001100 1010010 1011100 0 10100 11110110 1010101 101011

Color Harmonies of #2410CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2410CC

Black with #2410CC

Text Example


Text Example

White with #2410CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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