Html Css Color HEX #2502DB Medium Blue

📋 copy color: '#2502DB'

red 37 ◦ green 2 ◦ blue 219

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

Shades of Medium Blue #2502DB

Tints of Medium Blue #2502DB

RGB

 RED value IS 37 (14.84% from 255) = 14.34%

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 219 (85.94% from 255) = 84.88%

R = 14.34%
G = 0.78%
B = 84.88%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2502DB (or 0x2502DB) is known color: Medium Blue. HEX triplet: 25, 02 and DB. RGB value is (37,2,219). Sum of RGB (Red+Green+Blue) = 37+2+219=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 219 (85.94% from 255 or 84.88% from 258); Max value from RGB is 219 - color contains mainly: blue. Hex color #2502DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2502DB is #DAFD24. Grayscale: #242424. Windows color (decimal): -14351653 or 14352933. OLE color: 14352933.

HSL color Cylindrical-coordinate representation of color #2502DB: hue angle of 249.68º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502DB is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 2 219 -
CMYK 0.83 0.99 0 0.14
HSL 249.68º 0.98% 0.43% -
HSV(B) 249.68º 0.99% 0.86% -
XYZ 13.57 5.55 67.37 -
YUV 37.2 230.6 127.86 -
System Red Green Blue C M Y K H S L
Decimal 37 2 219 0.83 0.99 0 0.14 249.68 0.98 0.43
Hex 25 2 DB 53 63 0 E FA 62 2B
Octal 45 2 333 123 143 0 16 372 142 53
Binary 100101 10 11011011 1010011 1100011 0 1110 11111010 1100010 101011

Color Harmonies of #2502DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2502DB

Black with #2502DB

Text Example


Text Example

White with #2502DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2502DB; }

 p { color: rgb(37,2,219); }

 H1.HeaderClassName
 {
   color: #2502DB;
 }
 .AnyTagClassName
 {
   color: #2502DB;
 }
</style>

background-color css

<style>
 a { background-color: #2502DB; }

 a { background-color: rgb(37,2,219); }

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

border-color css

<style>
 span { border-color: #2502DB; }

 span { border-color: rgb(37,2,219); }

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