Html Css Color HEX #250DBF Medium Blue

📋 copy color: '#250DBF'

red 37 ◦ green 13 ◦ blue 191

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

Shades of Medium Blue #250DBF

Tints of Medium Blue #250DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.39%

 BLUE value IS 191 (75% from 255) = 79.25%

R = 15.35%
G = 5.39%
B = 79.25%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#250DBF (or 0x250DBF) is known color: Medium Blue. HEX triplet: 25, 0D and BF. RGB value is (37,13,191). Sum of RGB (Red+Green+Blue) = 37+13+191=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 191 (75% from 255 or 79.25% from 241); Max value from RGB is 191 - color contains mainly: blue. Hex color #250DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DBF is #DAF240. Grayscale: #272727. Windows color (decimal): -14348865 or 12520741. OLE color: 12520741.

HSL color Cylindrical-coordinate representation of color #250DBF: hue angle of 248.09º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250DBF is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 13 191 -
CMYK 0.81 0.93 0 0.25
HSL 248.09º 0.87% 0.4% -
HSV(B) 248.09º 0.93% 0.75% -
XYZ 10.31 4.44 49.6 -
YUV 40.47 212.95 125.53 -
System Red Green Blue C M Y K H S L
Decimal 37 13 191 0.81 0.93 0 0.25 248.09 0.87 0.4
Hex 25 D BF 51 5D 0 19 F8 57 28
Octal 45 15 277 121 135 0 31 370 127 50
Binary 100101 1101 10111111 1010001 1011101 0 11001 11111000 1010111 101000

Color Harmonies of #250DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DBF

Black with #250DBF

Text Example


Text Example

White with #250DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,13,191); }

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

background-color css

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

 a { background-color: rgb(37,13,191); }

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

border-color css

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

 span { border-color: rgb(37,13,191); }

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