Html Css Color HEX #2514CB Medium Blue

📋 copy color: '#2514CB'

red 37 ◦ green 20 ◦ blue 203

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

Shades of Medium Blue #2514CB

Tints of Medium Blue #2514CB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 14.23%
G = 7.69%
B = 78.08%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2514CB (or 0x2514CB) is known color: Medium Blue. HEX triplet: 25, 14 and CB. RGB value is (37,20,203). Sum of RGB (Red+Green+Blue) = 37+20+203=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #2514CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2514CB is #DAEB34. Grayscale: #2D2D2D. Windows color (decimal): -14347061 or 13308965. OLE color: 13308965.

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

Color convert

RGB 37 20 203 -
CMYK 0.82 0.90 0 0.20
HSL 245.57º 0.82% 0.44% -
HSV(B) 245.57º 0.9% 0.8% -
XYZ 11.79 5.21 56.88 -
YUV 45.95 216.63 121.62 -
System Red Green Blue C M Y K H S L
Decimal 37 20 203 0.82 0.90 0 0.20 245.57 0.82 0.44
Hex 25 14 CB 52 5A 0 14 F6 52 2C
Octal 45 24 313 122 132 0 24 366 122 54
Binary 100101 10100 11001011 1010010 1011010 0 10100 11110110 1010010 101100

Color Harmonies of #2514CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2514CB

Black with #2514CB

Text Example


Text Example

White with #2514CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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