Html Css Color HEX #250EDD Medium Blue

📋 copy color: '#250EDD'

red 37 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #250EDD

Tints of Medium Blue #250EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.15%

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

R = 13.6%
G = 5.15%
B = 81.25%

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

#250EDD (or 0x250EDD) is known color: Medium Blue. HEX triplet: 25, 0E and DD. RGB value is (37,14,221). Sum of RGB (Red+Green+Blue) = 37+14+221=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #250EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250EDD is #DAF122. Grayscale: #2B2B2B. Windows color (decimal): -14348579 or 14487077. OLE color: 14487077.

HSL color Cylindrical-coordinate representation of color #250EDD: hue angle of 246.67º degrees, saturation: 0.88, 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 #250EDD is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 14 221 -
CMYK 0.83 0.94 0 0.13
HSL 246.67º 0.88% 0.46% -
HSV(B) 246.67º 0.94% 0.87% -
XYZ 13.97 5.93 68.81 -
YUV 44.48 227.62 122.67 -
System Red Green Blue C M Y K H S L
Decimal 37 14 221 0.83 0.94 0 0.13 246.67 0.88 0.46
Hex 25 E DD 53 5E 0 D F7 58 2E
Octal 45 16 335 123 136 0 15 367 130 56
Binary 100101 1110 11011101 1010011 1011110 0 1101 11110111 1011000 101110

Color Harmonies of #250EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250EDD

Black with #250EDD

Text Example


Text Example

White with #250EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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