Html Css Color HEX #250BBA Medium Blue

📋 copy color: '#250BBA'

red 37 ◦ green 11 ◦ blue 186

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

Shades of Medium Blue #250BBA

Tints of Medium Blue #250BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 79.49%

R = 15.81%
G = 4.7%
B = 79.49%

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

#250BBA (or 0x250BBA) is known color: Medium Blue. HEX triplet: 25, 0B and BA. RGB value is (37,11,186). Sum of RGB (Red+Green+Blue) = 37+11+186=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #250BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BBA is #DAF445. Grayscale: #262626. Windows color (decimal): -14349382 or 12192549. OLE color: 12192549.

HSL color Cylindrical-coordinate representation of color #250BBA: hue angle of 248.91º 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 #250BBA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 11 186 -
CMYK 0.80 0.94 0 0.27
HSL 248.91º 0.89% 0.39% -
HSV(B) 248.91º 0.94% 0.73% -
XYZ 9.75 4.18 46.75 -
YUV 38.72 211.11 126.77 -
System Red Green Blue C M Y K H S L
Decimal 37 11 186 0.80 0.94 0 0.27 248.91 0.89 0.39
Hex 25 B BA 50 5E 0 1B F9 59 27
Octal 45 13 272 120 136 0 33 371 131 47
Binary 100101 1011 10111010 1010000 1011110 0 11011 11111001 1011001 100111

Color Harmonies of #250BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250BBA

Black with #250BBA

Text Example


Text Example

White with #250BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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