Html Css Color HEX #2500DA Medium Blue

📋 copy color: '#2500DA'

red 37 ◦ green 0 ◦ blue 218

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

Shades of Medium Blue #2500DA

Tints of Medium Blue #2500DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 218 (85.55% from 255) = 85.49%

R = 14.51%
G = 0%
B = 85.49%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2500DA (or 0x2500DA) is known color: Medium Blue. HEX triplet: 25, 00 and DA. RGB value is (37,0,218). Sum of RGB (Red+Green+Blue) = 37+0+218=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 218 (85.55% from 255 or 85.49% from 255); Max value from RGB is 218 - color contains mainly: blue. Hex color #2500DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2500DA is #DAFF25. Grayscale: #232323. Windows color (decimal): -14352166 or 14286885. OLE color: 14286885.

HSL color Cylindrical-coordinate representation of color #2500DA: hue angle of 250.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2500DA is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 0 218 -
CMYK 0.83 1 0 0.15
HSL 250.18º 1% 0.43% -
HSV(B) 250.18º 1% 0.85% -
XYZ 13.42 5.46 66.68 -
YUV 35.92 230.76 128.77 -
System Red Green Blue C M Y K H S L
Decimal 37 0 218 0.83 1 0 0.15 250.18 1 0.43
Hex 25 0 DA 53 64 0 F FA 64 2B
Octal 45 0 332 123 144 0 17 372 144 53
Binary 100101 0 11011010 1010011 1100100 0 1111 11111010 1100100 101011

Color Harmonies of #2500DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2500DA

Black with #2500DA

Text Example


Text Example

White with #2500DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2500DA; }

 p { color: rgb(37,0,218); }

 H1.HeaderClassName
 {
   color: #2500DA;
 }
 .AnyTagClassName
 {
   color: #2500DA;
 }
</style>

background-color css

<style>
 a { background-color: #2500DA; }

 a { background-color: rgb(37,0,218); }

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

border-color css

<style>
 span { border-color: #2500DA; }

 span { border-color: rgb(37,0,218); }

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