Html Css Color HEX #250DDC Medium Blue

📋 copy color: '#250DDC'

red 37 ◦ green 13 ◦ blue 220

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

Shades of Medium Blue #250DDC

Tints of Medium Blue #250DDC

RGB

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

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

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

R = 13.7%
G = 4.81%
B = 81.48%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#250DDC (or 0x250DDC) is known color: Medium Blue. HEX triplet: 25, 0D and DC. RGB value is (37,13,220). Sum of RGB (Red+Green+Blue) = 37+13+220=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #250DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DDC is #DAF223. Grayscale: #2A2A2A. Windows color (decimal): -14348836 or 14421285. OLE color: 14421285.

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

Color convert

RGB 37 13 220 -
CMYK 0.83 0.94 0 0.14
HSL 246.96º 0.89% 0.46% -
HSV(B) 246.96º 0.94% 0.86% -
XYZ 13.83 5.85 68.11 -
YUV 43.77 227.45 123.17 -
System Red Green Blue C M Y K H S L
Decimal 37 13 220 0.83 0.94 0 0.14 246.96 0.89 0.46
Hex 25 D DC 53 5E 0 E F7 59 2E
Octal 45 15 334 123 136 0 16 367 131 56
Binary 100101 1101 11011100 1010011 1011110 0 1110 11110111 1011001 101110

Color Harmonies of #250DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DDC

Black with #250DDC

Text Example


Text Example

White with #250DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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