Html Css Color HEX #250CD5 Medium Blue

📋 copy color: '#250CD5'

red 37 ◦ green 12 ◦ blue 213

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

Shades of Medium Blue #250CD5

Tints of Medium Blue #250CD5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

 BLUE value IS 213 (83.59% from 255) = 81.3%

R = 14.12%
G = 4.58%
B = 81.3%

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

#250CD5 (or 0x250CD5) is known color: Medium Blue. HEX triplet: 25, 0C and D5. RGB value is (37,12,213). Sum of RGB (Red+Green+Blue) = 37+12+213=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 213 (83.59% from 255 or 81.30% from 262); Max value from RGB is 213 - color contains mainly: blue. Hex color #250CD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CD5 is #DAF32A. Grayscale: #292929. Windows color (decimal): -14349099 or 13962277. OLE color: 13962277.

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

Color convert

RGB 37 12 213 -
CMYK 0.83 0.94 0 0.16
HSL 247.46º 0.89% 0.44% -
HSV(B) 247.46º 0.94% 0.84% -
XYZ 12.9 5.46 63.32 -
YUV 42.39 224.28 124.16 -
System Red Green Blue C M Y K H S L
Decimal 37 12 213 0.83 0.94 0 0.16 247.46 0.89 0.44
Hex 25 C D5 53 5E 0 10 F7 59 2C
Octal 45 14 325 123 136 0 20 367 131 54
Binary 100101 1100 11010101 1010011 1011110 0 10000 11110111 1011001 101100

Color Harmonies of #250CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CD5

Black with #250CD5

Text Example


Text Example

White with #250CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,12,213); }

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

background-color css

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

 a { background-color: rgb(37,12,213); }

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

border-color css

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

 span { border-color: rgb(37,12,213); }

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