Html Css Color HEX #250FDE Medium Blue

📋 copy color: '#250FDE'

red 37 ◦ green 15 ◦ blue 222

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

Shades of Medium Blue #250FDE

Tints of Medium Blue #250FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 81.02%

R = 13.5%
G = 5.47%
B = 81.02%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#250FDE (or 0x250FDE) is known color: Medium Blue. HEX triplet: 25, 0F and DE. RGB value is (37,15,222). Sum of RGB (Red+Green+Blue) = 37+15+222=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 222 (87.11% from 255 or 81.02% from 274); Max value from RGB is 222 - color contains mainly: blue. Hex color #250FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FDE is #DAF021. Grayscale: #2C2C2C. Windows color (decimal): -14348322 or 14552869. OLE color: 14552869.

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

Color convert

RGB 37 15 222 -
CMYK 0.83 0.93 0 0.13
HSL 246.38º 0.87% 0.46% -
HSV(B) 246.38º 0.93% 0.87% -
XYZ 14.12 6.01 69.52 -
YUV 45.18 227.79 122.17 -
System Red Green Blue C M Y K H S L
Decimal 37 15 222 0.83 0.93 0 0.13 246.38 0.87 0.46
Hex 25 F DE 53 5D 0 D F6 57 2E
Octal 45 17 336 123 135 0 15 366 127 56
Binary 100101 1111 11011110 1010011 1011101 0 1101 11110110 1010111 101110

Color Harmonies of #250FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250FDE

Black with #250FDE

Text Example


Text Example

White with #250FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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