Html Css Color HEX #250FDD Medium Blue

📋 copy color: '#250FDD'

red 37 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #250FDD

Tints of Medium Blue #250FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 80.95%

R = 13.55%
G = 5.49%
B = 80.95%

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

#250FDD (or 0x250FDD) is known color: Medium Blue. HEX triplet: 25, 0F and DD. RGB value is (37,15,221). Sum of RGB (Red+Green+Blue) = 37+15+221=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #250FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FDD is #DAF022. Grayscale: #2C2C2C. Windows color (decimal): -14348323 or 14487333. OLE color: 14487333.

HSL color Cylindrical-coordinate representation of color #250FDD: hue angle of 246.41º 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 #250FDD is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 15 221 -
CMYK 0.83 0.93 0 0.13
HSL 246.41º 0.87% 0.46% -
HSV(B) 246.41º 0.93% 0.87% -
XYZ 13.98 5.96 68.82 -
YUV 45.06 227.29 122.25 -
System Red Green Blue C M Y K H S L
Decimal 37 15 221 0.83 0.93 0 0.13 246.41 0.87 0.46
Hex 25 F DD 53 5D 0 D F6 57 2E
Octal 45 17 335 123 135 0 15 366 127 56
Binary 100101 1111 11011101 1010011 1011101 0 1101 11110110 1010111 101110

Color Harmonies of #250FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250FDD

Black with #250FDD

Text Example


Text Example

White with #250FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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