Html Css Color HEX #2507CB Medium Blue

📋 copy color: '#2507CB'

red 37 ◦ green 7 ◦ blue 203

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

Shades of Medium Blue #2507CB

Tints of Medium Blue #2507CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.83%

 BLUE value IS 203 (79.69% from 255) = 82.19%

R = 14.98%
G = 2.83%
B = 82.19%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2507CB (or 0x2507CB) is known color: Medium Blue. HEX triplet: 25, 07 and CB. RGB value is (37,7,203). Sum of RGB (Red+Green+Blue) = 37+7+203=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 203 (79.69% from 255 or 82.19% from 247); Max value from RGB is 203 - color contains mainly: blue. Hex color #2507CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2507CB is #DAF834. Grayscale: #252525. Windows color (decimal): -14350389 or 13305637. OLE color: 13305637.

HSL color Cylindrical-coordinate representation of color #2507CB: hue angle of 249.18º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2507CB is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 7 203 -
CMYK 0.82 0.97 0 0.20
HSL 249.18º 0.93% 0.41% -
HSV(B) 249.18º 0.97% 0.8% -
XYZ 11.62 4.86 56.83 -
YUV 38.31 220.94 127.06 -
System Red Green Blue C M Y K H S L
Decimal 37 7 203 0.82 0.97 0 0.20 249.18 0.93 0.41
Hex 25 7 CB 52 61 0 14 F9 5D 29
Octal 45 7 313 122 141 0 24 371 135 51
Binary 100101 111 11001011 1010010 1100001 0 10100 11111001 1011101 101001

Color Harmonies of #2507CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2507CB

Black with #2507CB

Text Example


Text Example

White with #2507CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2507CB; }

 p { color: rgb(37,7,203); }

 H1.HeaderClassName
 {
   color: #2507CB;
 }
 .AnyTagClassName
 {
   color: #2507CB;
 }
</style>

background-color css

<style>
 a { background-color: #2507CB; }

 a { background-color: rgb(37,7,203); }

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

border-color css

<style>
 span { border-color: #2507CB; }

 span { border-color: rgb(37,7,203); }

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