Html Css Color HEX #2508DD Medium Blue

📋 copy color: '#2508DD'

red 37 ◦ green 8 ◦ blue 221

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

Shades of Medium Blue #2508DD

Tints of Medium Blue #2508DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

 BLUE value IS 221 (86.72% from 255) = 83.08%

R = 13.91%
G = 3.01%
B = 83.08%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2508DD (or 0x2508DD) is known color: Medium Blue. HEX triplet: 25, 08 and DD. RGB value is (37,8,221). Sum of RGB (Red+Green+Blue) = 37+8+221=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #2508DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2508DD is #DAF722. Grayscale: #282828. Windows color (decimal): -14350115 or 14485541. OLE color: 14485541.

HSL color Cylindrical-coordinate representation of color #2508DD: hue angle of 248.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2508DD is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 8 221 -
CMYK 0.83 0.96 0 0.13
HSL 248.17º 0.93% 0.45% -
HSV(B) 248.17º 0.96% 0.87% -
XYZ 13.9 5.79 68.79 -
YUV 40.95 229.61 125.18 -
System Red Green Blue C M Y K H S L
Decimal 37 8 221 0.83 0.96 0 0.13 248.17 0.93 0.45
Hex 25 8 DD 53 60 0 D F8 5D 2D
Octal 45 10 335 123 140 0 15 370 135 55
Binary 100101 1000 11011101 1010011 1100000 0 1101 11111000 1011101 101101

Color Harmonies of #2508DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2508DD

Black with #2508DD

Text Example


Text Example

White with #2508DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2508DD; }

 p { color: rgb(37,8,221); }

 H1.HeaderClassName
 {
   color: #2508DD;
 }
 .AnyTagClassName
 {
   color: #2508DD;
 }
</style>

background-color css

<style>
 a { background-color: #2508DD; }

 a { background-color: rgb(37,8,221); }

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

border-color css

<style>
 span { border-color: #2508DD; }

 span { border-color: rgb(37,8,221); }

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