Html Css Color HEX #250DD7 Medium Blue

📋 copy color: '#250DD7'

red 37 ◦ green 13 ◦ blue 215

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

Shades of Medium Blue #250DD7

Tints of Medium Blue #250DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 81.13%

R = 13.96%
G = 4.91%
B = 81.13%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#250DD7 (or 0x250DD7) is known color: Medium Blue. HEX triplet: 25, 0D and D7. RGB value is (37,13,215). Sum of RGB (Red+Green+Blue) = 37+13+215=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 215 (84.38% from 255 or 81.13% from 265); Max value from RGB is 215 - color contains mainly: blue. Hex color #250DD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DD7 is #DAF228. Grayscale: #2A2A2A. Windows color (decimal): -14348841 or 14093605. OLE color: 14093605.

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

Color convert

RGB 37 13 215 -
CMYK 0.83 0.94 0 0.16
HSL 247.13º 0.89% 0.45% -
HSV(B) 247.13º 0.94% 0.84% -
XYZ 13.17 5.59 64.67 -
YUV 43.2 224.95 123.57 -
System Red Green Blue C M Y K H S L
Decimal 37 13 215 0.83 0.94 0 0.16 247.13 0.89 0.45
Hex 25 D D7 53 5E 0 10 F7 59 2D
Octal 45 15 327 123 136 0 20 367 131 55
Binary 100101 1101 11010111 1010011 1011110 0 10000 11110111 1011001 101101

Color Harmonies of #250DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DD7

Black with #250DD7

Text Example


Text Example

White with #250DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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