Html Css Color HEX #250CBF Medium Blue

📋 copy color: '#250CBF'

red 37 ◦ green 12 ◦ blue 191

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

Shades of Medium Blue #250CBF

Tints of Medium Blue #250CBF

RGB

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

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

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

R = 15.42%
G = 5%
B = 79.58%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#250CBF (or 0x250CBF) is known color: Medium Blue. HEX triplet: 25, 0C and BF. RGB value is (37,12,191). Sum of RGB (Red+Green+Blue) = 37+12+191=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 191 (75% from 255 or 79.58% from 240); Max value from RGB is 191 - color contains mainly: blue. Hex color #250CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CBF is #DAF340. Grayscale: #272727. Windows color (decimal): -14349121 or 12520485. OLE color: 12520485.

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

Color convert

RGB 37 12 191 -
CMYK 0.81 0.94 0 0.25
HSL 248.38º 0.88% 0.4% -
HSV(B) 248.38º 0.94% 0.75% -
XYZ 10.3 4.42 49.6 -
YUV 39.88 213.28 125.95 -
System Red Green Blue C M Y K H S L
Decimal 37 12 191 0.81 0.94 0 0.25 248.38 0.88 0.4
Hex 25 C BF 51 5E 0 19 F8 58 28
Octal 45 14 277 121 136 0 31 370 130 50
Binary 100101 1100 10111111 1010001 1011110 0 11001 11111000 1011000 101000

Color Harmonies of #250CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CBF

Black with #250CBF

Text Example


Text Example

White with #250CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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