Html Css Color HEX #250CBC Medium Blue

📋 copy color: '#250CBC'

red 37 ◦ green 12 ◦ blue 188

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

Shades of Medium Blue #250CBC

Tints of Medium Blue #250CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 79.32%

R = 15.61%
G = 5.06%
B = 79.32%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#250CBC (or 0x250CBC) is known color: Medium Blue. HEX triplet: 25, 0C and BC. RGB value is (37,12,188). Sum of RGB (Red+Green+Blue) = 37+12+188=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #250CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CBC is #DAF343. Grayscale: #262626. Windows color (decimal): -14349124 or 12323877. OLE color: 12323877.

HSL color Cylindrical-coordinate representation of color #250CBC: hue angle of 248.52º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250CBC is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 12 188 -
CMYK 0.80 0.94 0 0.26
HSL 248.52º 0.88% 0.39% -
HSV(B) 248.52º 0.94% 0.74% -
XYZ 9.97 4.29 47.88 -
YUV 39.54 211.78 126.19 -
System Red Green Blue C M Y K H S L
Decimal 37 12 188 0.80 0.94 0 0.26 248.52 0.88 0.39
Hex 25 C BC 50 5E 0 1A F9 58 27
Octal 45 14 274 120 136 0 32 371 130 47
Binary 100101 1100 10111100 1010000 1011110 0 11010 11111001 1011000 100111

Color Harmonies of #250CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CBC

Black with #250CBC

Text Example


Text Example

White with #250CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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