Html Css Color HEX #250CBA Medium Blue

📋 copy color: '#250CBA'

red 37 ◦ green 12 ◦ blue 186

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

Shades of Medium Blue #250CBA

Tints of Medium Blue #250CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.11%

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

R = 15.74%
G = 5.11%
B = 79.15%

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

#250CBA (or 0x250CBA) is known color: Medium Blue. HEX triplet: 25, 0C and BA. RGB value is (37,12,186). Sum of RGB (Red+Green+Blue) = 37+12+186=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #250CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CBA is #DAF345. Grayscale: #262626. Windows color (decimal): -14349126 or 12192805. OLE color: 12192805.

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

Color convert

RGB 37 12 186 -
CMYK 0.80 0.94 0 0.27
HSL 248.62º 0.88% 0.39% -
HSV(B) 248.62º 0.94% 0.73% -
XYZ 9.76 4.2 46.75 -
YUV 39.31 210.78 126.35 -
System Red Green Blue C M Y K H S L
Decimal 37 12 186 0.80 0.94 0 0.27 248.62 0.88 0.39
Hex 25 C BA 50 5E 0 1B F9 58 27
Octal 45 14 272 120 136 0 33 371 130 47
Binary 100101 1100 10111010 1010000 1011110 0 11011 11111001 1011000 100111

Color Harmonies of #250CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CBA

Black with #250CBA

Text Example


Text Example

White with #250CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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