Html Css Color HEX #250DDD Medium Blue

📋 copy color: '#250DDD'

red 37 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #250DDD

Tints of Medium Blue #250DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

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

R = 13.65%
G = 4.8%
B = 81.55%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#250DDD (or 0x250DDD) is known color: Medium Blue. HEX triplet: 25, 0D and DD. RGB value is (37,13,221). Sum of RGB (Red+Green+Blue) = 37+13+221=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #250DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DDD is #DAF222. Grayscale: #2B2B2B. Windows color (decimal): -14348835 or 14486821. OLE color: 14486821.

HSL color Cylindrical-coordinate representation of color #250DDD: hue angle of 246.92º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250DDD is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 13 221 -
CMYK 0.83 0.94 0 0.13
HSL 246.92º 0.89% 0.46% -
HSV(B) 246.92º 0.94% 0.87% -
XYZ 13.96 5.9 68.81 -
YUV 43.89 227.95 123.09 -
System Red Green Blue C M Y K H S L
Decimal 37 13 221 0.83 0.94 0 0.13 246.92 0.89 0.46
Hex 25 D DD 53 5E 0 D F7 59 2E
Octal 45 15 335 123 136 0 15 367 131 56
Binary 100101 1101 11011101 1010011 1011110 0 1101 11110111 1011001 101110

Color Harmonies of #250DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DDD

Black with #250DDD

Text Example


Text Example

White with #250DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250DDD; }

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

 H1.HeaderClassName
 {
   color: #250DDD;
 }
 .AnyTagClassName
 {
   color: #250DDD;
 }
</style>

background-color css

<style>
 a { background-color: #250DDD; }

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

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

border-color css

<style>
 span { border-color: #250DDD; }

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

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