Html Css Color HEX #250FE5 Medium Blue

📋 copy color: '#250FE5'

red 37 ◦ green 15 ◦ blue 229

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

Shades of Medium Blue #250FE5

Tints of Medium Blue #250FE5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.34%

 BLUE value IS 229 (89.84% from 255) = 81.49%

R = 13.17%
G = 5.34%
B = 81.49%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#250FE5 (or 0x250FE5) is known color: Medium Blue. HEX triplet: 25, 0F and E5. RGB value is (37,15,229). Sum of RGB (Red+Green+Blue) = 37+15+229=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 229 (89.84% from 255 or 81.49% from 281); Max value from RGB is 229 - color contains mainly: blue. Hex color #250FE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FE5 is #DAF01A. Grayscale: #2D2D2D. Windows color (decimal): -14348315 or 15011621. OLE color: 15011621.

HSL color Cylindrical-coordinate representation of color #250FE5: hue angle of 246.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250FE5 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 15 229 -
CMYK 0.84 0.93 0 0.10
HSL 246.17º 0.88% 0.48% -
HSV(B) 246.17º 0.93% 0.9% -
XYZ 15.08 6.39 74.57 -
YUV 45.97 231.29 121.6 -
System Red Green Blue C M Y K H S L
Decimal 37 15 229 0.84 0.93 0 0.10 246.17 0.88 0.48
Hex 25 F E5 54 5D 0 A F6 58 30
Octal 45 17 345 124 135 0 12 366 130 60
Binary 100101 1111 11100101 1010100 1011101 0 1010 11110110 1011000 110000

Color Harmonies of #250FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250FE5

Black with #250FE5

Text Example


Text Example

White with #250FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,15,229); }

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

background-color css

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

 a { background-color: rgb(37,15,229); }

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

border-color css

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

 span { border-color: rgb(37,15,229); }

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