Html Css Color HEX #250ABD Medium Blue

📋 copy color: '#250ABD'

red 37 ◦ green 10 ◦ blue 189

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

Shades of Medium Blue #250ABD

Tints of Medium Blue #250ABD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.24%

 BLUE value IS 189 (74.22% from 255) = 80.08%

R = 15.68%
G = 4.24%
B = 80.08%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#250ABD (or 0x250ABD) is known color: Medium Blue. HEX triplet: 25, 0A and BD. RGB value is (37,10,189). Sum of RGB (Red+Green+Blue) = 37+10+189=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #250ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250ABD is #DAF542. Grayscale: #252525. Windows color (decimal): -14349635 or 12388901. OLE color: 12388901.

HSL color Cylindrical-coordinate representation of color #250ABD: hue angle of 249.05º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250ABD is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 10 189 -
CMYK 0.80 0.95 0 0.26
HSL 249.05º 0.9% 0.39% -
HSV(B) 249.05º 0.95% 0.74% -
XYZ 10.06 4.28 48.44 -
YUV 38.48 212.95 126.95 -
System Red Green Blue C M Y K H S L
Decimal 37 10 189 0.80 0.95 0 0.26 249.05 0.9 0.39
Hex 25 A BD 50 5F 0 1A F9 5A 27
Octal 45 12 275 120 137 0 32 371 132 47
Binary 100101 1010 10111101 1010000 1011111 0 11010 11111001 1011010 100111

Color Harmonies of #250ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250ABD

Black with #250ABD

Text Example


Text Example

White with #250ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,10,189); }

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

background-color css

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

 a { background-color: rgb(37,10,189); }

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

border-color css

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

 span { border-color: rgb(37,10,189); }

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