Html Css Color HEX #250EE0 Medium Blue

📋 copy color: '#250EE0'

red 37 ◦ green 14 ◦ blue 224

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

Shades of Medium Blue #250EE0

Tints of Medium Blue #250EE0

RGB

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

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

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

R = 13.45%
G = 5.09%
B = 81.45%

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

#250EE0 (or 0x250EE0) is known color: Medium Blue. HEX triplet: 25, 0E and E0. RGB value is (37,14,224). Sum of RGB (Red+Green+Blue) = 37+14+224=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 224 (87.89% from 255 or 81.45% from 275); Max value from RGB is 224 - color contains mainly: blue. Hex color #250EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250EE0 is #DAF11F. Grayscale: #2C2C2C. Windows color (decimal): -14348576 or 14683685. OLE color: 14683685.

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

Color convert

RGB 37 14 224 -
CMYK 0.83 0.94 0 0.12
HSL 246.57º 0.88% 0.47% -
HSV(B) 246.57º 0.94% 0.88% -
XYZ 14.37 6.09 70.94 -
YUV 44.82 229.12 122.42 -
System Red Green Blue C M Y K H S L
Decimal 37 14 224 0.83 0.94 0 0.12 246.57 0.88 0.47
Hex 25 E E0 53 5E 0 C F7 58 2F
Octal 45 16 340 123 136 0 14 367 130 57
Binary 100101 1110 11100000 1010011 1011110 0 1100 11110111 1011000 101111

Color Harmonies of #250EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250EE0

Black with #250EE0

Text Example


Text Example

White with #250EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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