Html Css Color HEX #250FDC Medium Blue

📋 copy color: '#250FDC'

red 37 ◦ green 15 ◦ blue 220

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

Shades of Medium Blue #250FDC

Tints of Medium Blue #250FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 80.88%

R = 13.6%
G = 5.51%
B = 80.88%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#250FDC (or 0x250FDC) is known color: Medium Blue. HEX triplet: 25, 0F and DC. RGB value is (37,15,220). Sum of RGB (Red+Green+Blue) = 37+15+220=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #250FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250FDC is #DAF023. Grayscale: #2C2C2C. Windows color (decimal): -14348324 or 14421797. OLE color: 14421797.

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

Color convert

RGB 37 15 220 -
CMYK 0.83 0.93 0 0.14
HSL 246.44º 0.87% 0.46% -
HSV(B) 246.44º 0.93% 0.86% -
XYZ 13.85 5.9 68.12 -
YUV 44.95 226.79 122.33 -
System Red Green Blue C M Y K H S L
Decimal 37 15 220 0.83 0.93 0 0.14 246.44 0.87 0.46
Hex 25 F DC 53 5D 0 E F6 57 2E
Octal 45 17 334 123 135 0 16 366 127 56
Binary 100101 1111 11011100 1010011 1011101 0 1110 11110110 1010111 101110

Color Harmonies of #250FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250FDC

Black with #250FDC

Text Example


Text Example

White with #250FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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