Html Css Color HEX #250FDF Medium Blue

📋 copy color: '#250FDF'

red 37 ◦ green 15 ◦ blue 223

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

Shades of Medium Blue #250FDF

Tints of Medium Blue #250FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.09%

R = 13.45%
G = 5.45%
B = 81.09%

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

#250FDF (or 0x250FDF) is known color: Medium Blue. HEX triplet: 25, 0F and DF. RGB value is (37,15,223). Sum of RGB (Red+Green+Blue) = 37+15+223=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #250FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FDF is #DAF020. Grayscale: #2C2C2C. Windows color (decimal): -14348321 or 14618405. OLE color: 14618405.

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

Color convert

RGB 37 15 223 -
CMYK 0.83 0.93 0 0.13
HSL 246.35º 0.87% 0.47% -
HSV(B) 246.35º 0.93% 0.87% -
XYZ 14.25 6.06 70.23 -
YUV 45.29 228.29 122.09 -
System Red Green Blue C M Y K H S L
Decimal 37 15 223 0.83 0.93 0 0.13 246.35 0.87 0.47
Hex 25 F DF 53 5D 0 D F6 57 2F
Octal 45 17 337 123 135 0 15 366 127 57
Binary 100101 1111 11011111 1010011 1011101 0 1101 11110110 1010111 101111

Color Harmonies of #250FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250FDF

Black with #250FDF

Text Example


Text Example

White with #250FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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