Html Css Color HEX #2413BD Medium Blue

📋 copy color: '#2413BD'

red 36 ◦ green 19 ◦ blue 189

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

Shades of Medium Blue #2413BD

Tints of Medium Blue #2413BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 77.46%

R = 14.75%
G = 7.79%
B = 77.46%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2413BD (or 0x2413BD) is known color: Medium Blue. HEX triplet: 24, 13 and BD. RGB value is (36,19,189). Sum of RGB (Red+Green+Blue) = 36+19+189=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #2413BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2413BD is #DBEC42. Grayscale: #2A2A2A. Windows color (decimal): -14412867 or 12391204. OLE color: 12391204.

HSL color Cylindrical-coordinate representation of color #2413BD: hue angle of 246º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2413BD is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 19 189 -
CMYK 0.81 0.90 0 0.26
HSL 246º 0.82% 0.41% -
HSV(B) 246º 0.9% 0.74% -
XYZ 10.15 4.51 48.48 -
YUV 43.46 210.13 122.68 -
System Red Green Blue C M Y K H S L
Decimal 36 19 189 0.81 0.90 0 0.26 246 0.82 0.41
Hex 24 13 BD 51 5A 0 1A F6 52 29
Octal 44 23 275 121 132 0 32 366 122 51
Binary 100100 10011 10111101 1010001 1011010 0 11010 11110110 1010010 101001

Color Harmonies of #2413BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2413BD

Black with #2413BD

Text Example


Text Example

White with #2413BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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