Html Css Color HEX #2413CA Medium Blue

📋 copy color: '#2413CA'

red 36 ◦ green 19 ◦ blue 202

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

Shades of Medium Blue #2413CA

Tints of Medium Blue #2413CA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 202 (79.3% from 255) = 78.6%

R = 14.01%
G = 7.39%
B = 78.6%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2413CA (or 0x2413CA) is known color: Medium Blue. HEX triplet: 24, 13 and CA. RGB value is (36,19,202). Sum of RGB (Red+Green+Blue) = 36+19+202=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 202 (79.30% from 255 or 78.60% from 257); Max value from RGB is 202 - color contains mainly: blue. Hex color #2413CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2413CA is #DBEC35. Grayscale: #2C2C2C. Windows color (decimal): -14412854 or 13243172. OLE color: 13243172.

HSL color Cylindrical-coordinate representation of color #2413CA: hue angle of 245.57º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2413CA is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 19 202 -
CMYK 0.82 0.91 0 0.21
HSL 245.57º 0.83% 0.43% -
HSV(B) 245.57º 0.91% 0.79% -
XYZ 11.62 5.11 56.25 -
YUV 44.95 216.63 121.62 -
System Red Green Blue C M Y K H S L
Decimal 36 19 202 0.82 0.91 0 0.21 245.57 0.83 0.43
Hex 24 13 CA 52 5B 0 15 F6 53 2B
Octal 44 23 312 122 133 0 25 366 123 53
Binary 100100 10011 11001010 1010010 1011011 0 10101 11110110 1010011 101011

Color Harmonies of #2413CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2413CA

Black with #2413CA

Text Example


Text Example

White with #2413CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2413CA; }

 p { color: rgb(36,19,202); }

 H1.HeaderClassName
 {
   color: #2413CA;
 }
 .AnyTagClassName
 {
   color: #2413CA;
 }
</style>

background-color css

<style>
 a { background-color: #2413CA; }

 a { background-color: rgb(36,19,202); }

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

border-color css

<style>
 span { border-color: #2413CA; }

 span { border-color: rgb(36,19,202); }

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