Html Css Color HEX #250DDF Medium Blue

📋 copy color: '#250DDF'

red 37 ◦ green 13 ◦ blue 223

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

Shades of Medium Blue #250DDF

Tints of Medium Blue #250DDF

RGB

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

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

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

R = 13.55%
G = 4.76%
B = 81.68%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#250DDF (or 0x250DDF) is known color: Medium Blue. HEX triplet: 25, 0D and DF. RGB value is (37,13,223). Sum of RGB (Red+Green+Blue) = 37+13+223=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #250DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DDF is #DAF220. Grayscale: #2B2B2B. Windows color (decimal): -14348833 or 14617893. OLE color: 14617893.

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

Color convert

RGB 37 13 223 -
CMYK 0.83 0.94 0 0.13
HSL 246.86º 0.89% 0.46% -
HSV(B) 246.86º 0.94% 0.87% -
XYZ 14.23 6.01 70.22 -
YUV 44.12 228.95 122.92 -
System Red Green Blue C M Y K H S L
Decimal 37 13 223 0.83 0.94 0 0.13 246.86 0.89 0.46
Hex 25 D DF 53 5E 0 D F7 59 2E
Octal 45 15 337 123 136 0 15 367 131 56
Binary 100101 1101 11011111 1010011 1011110 0 1101 11110111 1011001 101110

Color Harmonies of #250DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DDF

Black with #250DDF

Text Example


Text Example

White with #250DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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