Html Css Color HEX #250BBB Medium Blue

📋 copy color: '#250BBB'

red 37 ◦ green 11 ◦ blue 187

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

Shades of Medium Blue #250BBB

Tints of Medium Blue #250BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 79.57%

R = 15.74%
G = 4.68%
B = 79.57%

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

#250BBB (or 0x250BBB) is known color: Medium Blue. HEX triplet: 25, 0B and BB. RGB value is (37,11,187). Sum of RGB (Red+Green+Blue) = 37+11+187=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #250BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BBB is #DAF444. Grayscale: #262626. Windows color (decimal): -14349381 or 12258085. OLE color: 12258085.

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

Color convert

RGB 37 11 187 -
CMYK 0.80 0.94 0 0.27
HSL 248.86º 0.89% 0.39% -
HSV(B) 248.86º 0.94% 0.73% -
XYZ 9.85 4.22 47.31 -
YUV 38.84 211.61 126.69 -
System Red Green Blue C M Y K H S L
Decimal 37 11 187 0.80 0.94 0 0.27 248.86 0.89 0.39
Hex 25 B BB 50 5E 0 1B F9 59 27
Octal 45 13 273 120 136 0 33 371 131 47
Binary 100101 1011 10111011 1010000 1011110 0 11011 11111001 1011001 100111

Color Harmonies of #250BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250BBB

Black with #250BBB

Text Example


Text Example

White with #250BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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