Html Css Color HEX #250ABE Medium Blue

📋 copy color: '#250ABE'

red 37 ◦ green 10 ◦ blue 190

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

Shades of Medium Blue #250ABE

Tints of Medium Blue #250ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 80.17%

R = 15.61%
G = 4.22%
B = 80.17%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#250ABE (or 0x250ABE) is known color: Medium Blue. HEX triplet: 25, 0A and BE. RGB value is (37,10,190). Sum of RGB (Red+Green+Blue) = 37+10+190=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #250ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250ABE is #DAF541. Grayscale: #252525. Windows color (decimal): -14349634 or 12454437. OLE color: 12454437.

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

Color convert

RGB 37 10 190 -
CMYK 0.81 0.95 0 0.25
HSL 249º 0.9% 0.39% -
HSV(B) 249º 0.95% 0.75% -
XYZ 10.17 4.33 49.01 -
YUV 38.59 213.45 126.86 -
System Red Green Blue C M Y K H S L
Decimal 37 10 190 0.81 0.95 0 0.25 249 0.9 0.39
Hex 25 A BE 51 5F 0 19 F9 5A 27
Octal 45 12 276 121 137 0 31 371 132 47
Binary 100101 1010 10111110 1010001 1011111 0 11001 11111001 1011010 100111

Color Harmonies of #250ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250ABE

Black with #250ABE

Text Example


Text Example

White with #250ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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