Html Css Color HEX #250DE0 Medium Blue

📋 copy color: '#250DE0'

red 37 ◦ green 13 ◦ blue 224

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

Shades of Medium Blue #250DE0

Tints of Medium Blue #250DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 81.75%

R = 13.5%
G = 4.74%
B = 81.75%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#250DE0 (or 0x250DE0) is known color: Medium Blue. HEX triplet: 25, 0D and E0. RGB value is (37,13,224). Sum of RGB (Red+Green+Blue) = 37+13+224=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 224 (87.89% from 255 or 81.75% from 274); Max value from RGB is 224 - color contains mainly: blue. Hex color #250DE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DE0 is #DAF21F. Grayscale: #2B2B2B. Windows color (decimal): -14348832 or 14683429. OLE color: 14683429.

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

Color convert

RGB 37 13 224 -
CMYK 0.83 0.94 0 0.12
HSL 246.82º 0.89% 0.46% -
HSV(B) 246.82º 0.94% 0.88% -
XYZ 14.36 6.06 70.93 -
YUV 44.23 229.45 122.84 -
System Red Green Blue C M Y K H S L
Decimal 37 13 224 0.83 0.94 0 0.12 246.82 0.89 0.46
Hex 25 D E0 53 5E 0 C F7 59 2E
Octal 45 15 340 123 136 0 14 367 131 56
Binary 100101 1101 11100000 1010011 1011110 0 1100 11110111 1011001 101110

Color Harmonies of #250DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DE0

Black with #250DE0

Text Example


Text Example

White with #250DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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