Html Css Color HEX #250EBA Medium Blue

📋 copy color: '#250EBA'

red 37 ◦ green 14 ◦ blue 186

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

Shades of Medium Blue #250EBA

Tints of Medium Blue #250EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.91%

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

R = 15.61%
G = 5.91%
B = 78.48%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#250EBA (or 0x250EBA) is known color: Medium Blue. HEX triplet: 25, 0E and BA. RGB value is (37,14,186). Sum of RGB (Red+Green+Blue) = 37+14+186=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #250EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250EBA is #DAF145. Grayscale: #272727. Windows color (decimal): -14348614 or 12193317. OLE color: 12193317.

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

Color convert

RGB 37 14 186 -
CMYK 0.80 0.92 0 0.27
HSL 248.02º 0.86% 0.39% -
HSV(B) 248.02º 0.92% 0.73% -
XYZ 9.78 4.25 46.76 -
YUV 40.49 210.12 125.51 -
System Red Green Blue C M Y K H S L
Decimal 37 14 186 0.80 0.92 0 0.27 248.02 0.86 0.39
Hex 25 E BA 50 5C 0 1B F8 56 27
Octal 45 16 272 120 134 0 33 370 126 47
Binary 100101 1110 10111010 1010000 1011100 0 11011 11111000 1010110 100111

Color Harmonies of #250EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250EBA

Black with #250EBA

Text Example


Text Example

White with #250EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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