Html Css Color HEX #2501CC Medium Blue

📋 copy color: '#2501CC'

red 37 ◦ green 1 ◦ blue 204

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

Shades of Medium Blue #2501CC

Tints of Medium Blue #2501CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 204 (80.08% from 255) = 84.3%

R = 15.29%
G = 0.41%
B = 84.3%

CMYK

 C value IS 0.82

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2501CC (or 0x2501CC) is known color: Medium Blue. HEX triplet: 25, 01 and CC. RGB value is (37,1,204). Sum of RGB (Red+Green+Blue) = 37+1+204=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 204 (80.08% from 255 or 84.30% from 242); Max value from RGB is 204 - color contains mainly: blue. Hex color #2501CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2501CC is #DAFE33. Grayscale: #222222. Windows color (decimal): -14351924 or 13369637. OLE color: 13369637.

HSL color Cylindrical-coordinate representation of color #2501CC: hue angle of 250.64º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2501CC is Cyan = 0.82, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 1 204 -
CMYK 0.82 1.00 0 0.2
HSL 250.64º 0.99% 0.4% -
HSV(B) 250.64º 1% 0.8% -
XYZ 11.67 4.77 57.43 -
YUV 34.91 223.43 129.49 -
System Red Green Blue C M Y K H S L
Decimal 37 1 204 0.82 1.00 0 0.2 250.64 0.99 0.4
Hex 25 1 CC 52 64 0 14 FB 63 28
Octal 45 1 314 122 144 0 24 373 143 50
Binary 100101 1 11001100 1010010 1100100 0 10100 11111011 1100011 101000

Color Harmonies of #2501CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2501CC

Black with #2501CC

Text Example


Text Example

White with #2501CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2501CC; }

 p { color: rgb(37,1,204); }

 H1.HeaderClassName
 {
   color: #2501CC;
 }
 .AnyTagClassName
 {
   color: #2501CC;
 }
</style>

background-color css

<style>
 a { background-color: #2501CC; }

 a { background-color: rgb(37,1,204); }

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

border-color css

<style>
 span { border-color: #2501CC; }

 span { border-color: rgb(37,1,204); }

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