Html Css Color HEX #2413BE Medium Blue

📋 copy color: '#2413BE'

red 36 ◦ green 19 ◦ blue 190

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

Shades of Medium Blue #2413BE

Tints of Medium Blue #2413BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.55%

R = 14.69%
G = 7.76%
B = 77.55%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2413BE (or 0x2413BE) is known color: Medium Blue. HEX triplet: 24, 13 and BE. RGB value is (36,19,190). Sum of RGB (Red+Green+Blue) = 36+19+190=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #2413BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2413BE is #DBEC41. Grayscale: #2A2A2A. Windows color (decimal): -14412866 or 12456740. OLE color: 12456740.

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

Color convert

RGB 36 19 190 -
CMYK 0.81 0.90 0 0.25
HSL 245.96º 0.82% 0.41% -
HSV(B) 245.96º 0.9% 0.75% -
XYZ 10.25 4.56 49.05 -
YUV 43.58 210.63 122.6 -
System Red Green Blue C M Y K H S L
Decimal 36 19 190 0.81 0.90 0 0.25 245.96 0.82 0.41
Hex 24 13 BE 51 5A 0 19 F6 52 29
Octal 44 23 276 121 132 0 31 366 122 51
Binary 100100 10011 10111110 1010001 1011010 0 11001 11110110 1010010 101001

Color Harmonies of #2413BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2413BE

Black with #2413BE

Text Example


Text Example

White with #2413BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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