Html Css Color HEX #250CD9 Medium Blue

📋 copy color: '#250CD9'

red 37 ◦ green 12 ◦ blue 217

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

Shades of Medium Blue #250CD9

Tints of Medium Blue #250CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 81.58%

R = 13.91%
G = 4.51%
B = 81.58%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#250CD9 (or 0x250CD9) is known color: Medium Blue. HEX triplet: 25, 0C and D9. RGB value is (37,12,217). Sum of RGB (Red+Green+Blue) = 37+12+217=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 217 (85.16% from 255 or 81.58% from 266); Max value from RGB is 217 - color contains mainly: blue. Hex color #250CD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CD9 is #DAF326. Grayscale: #2A2A2A. Windows color (decimal): -14349095 or 14224421. OLE color: 14224421.

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

Color convert

RGB 37 12 217 -
CMYK 0.83 0.94 0 0.15
HSL 247.32º 0.9% 0.45% -
HSV(B) 247.32º 0.94% 0.85% -
XYZ 13.42 5.67 66.03 -
YUV 42.85 226.28 123.83 -
System Red Green Blue C M Y K H S L
Decimal 37 12 217 0.83 0.94 0 0.15 247.32 0.9 0.45
Hex 25 C D9 53 5E 0 F F7 5A 2D
Octal 45 14 331 123 136 0 17 367 132 55
Binary 100101 1100 11011001 1010011 1011110 0 1111 11110111 1011010 101101

Color Harmonies of #250CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CD9

Black with #250CD9

Text Example


Text Example

White with #250CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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