Html Css Color HEX #250BB9 Medium Blue

📋 copy color: '#250BB9'

red 37 ◦ green 11 ◦ blue 185

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

Shades of Medium Blue #250BB9

Tints of Medium Blue #250BB9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.72%

 BLUE value IS 185 (72.66% from 255) = 79.4%

R = 15.88%
G = 4.72%
B = 79.4%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#250BB9 (or 0x250BB9) is known color: Medium Blue. HEX triplet: 25, 0B and B9. RGB value is (37,11,185). Sum of RGB (Red+Green+Blue) = 37+11+185=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 185 (72.66% from 255 or 79.40% from 233); Max value from RGB is 185 - color contains mainly: blue. Hex color #250BB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BB9 is #DAF446. Grayscale: #252525. Windows color (decimal): -14349383 or 12127013. OLE color: 12127013.

HSL color Cylindrical-coordinate representation of color #250BB9: hue angle of 248.97º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250BB9 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 11 185 -
CMYK 0.80 0.94 0 0.27
HSL 248.97º 0.89% 0.38% -
HSV(B) 248.97º 0.94% 0.73% -
XYZ 9.64 4.14 46.19 -
YUV 38.61 210.61 126.85 -
System Red Green Blue C M Y K H S L
Decimal 37 11 185 0.80 0.94 0 0.27 248.97 0.89 0.38
Hex 25 B B9 50 5E 0 1B F9 59 26
Octal 45 13 271 120 136 0 33 371 131 46
Binary 100101 1011 10111001 1010000 1011110 0 11011 11111001 1011001 100110

Color Harmonies of #250BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250BB9

Black with #250BB9

Text Example


Text Example

White with #250BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,11,185); }

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

background-color css

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

 a { background-color: rgb(37,11,185); }

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

border-color css

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

 span { border-color: rgb(37,11,185); }

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