Html Css Color HEX #0514C9 Medium Blue

📋 copy color: '#0514C9'

red 5 ◦ green 20 ◦ blue 201

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

Shades of Medium Blue #0514C9

Tints of Medium Blue #0514C9

RGB

 RED value IS 5 (2.34% from 255) = 2.21%

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

 BLUE value IS 201 (78.91% from 255) = 88.94%

R = 2.21%
G = 8.85%
B = 88.94%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0514C9 (or 0x0514C9) is known color: Medium Blue. HEX triplet: 05, 14 and C9. RGB value is (5,20,201). Sum of RGB (Red+Green+Blue) = 5+20+201=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 201 (78.91% from 255 or 88.94% from 226); Max value from RGB is 201 - color contains mainly: blue. Hex color #0514C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0514C9 is #FAEB36. Grayscale: #232323. Windows color (decimal): -16444215 or 13177861. OLE color: 13177861.

HSL color Cylindrical-coordinate representation of color #0514C9: hue angle of 235.41º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0514C9 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 20 201 -
CMYK 0.98 0.90 0 0.21
HSL 235.41º 0.95% 0.4% -
HSV(B) 235.41º 0.98% 0.79% -
XYZ 10.86 4.75 55.6 -
YUV 36.15 221.03 105.78 -
System Red Green Blue C M Y K H S L
Decimal 5 20 201 0.98 0.90 0 0.21 235.41 0.95 0.4
Hex 5 14 C9 62 5A 0 15 EB 5F 28
Octal 5 24 311 142 132 0 25 353 137 50
Binary 101 10100 11001001 1100010 1011010 0 10101 11101011 1011111 101000

Color Harmonies of #0514C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0514C9

Black with #0514C9

Text Example


Text Example

White with #0514C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0514C9; }

 p { color: rgb(5,20,201); }

 H1.HeaderClassName
 {
   color: #0514C9;
 }
 .AnyTagClassName
 {
   color: #0514C9;
 }
</style>

background-color css

<style>
 a { background-color: #0514C9; }

 a { background-color: rgb(5,20,201); }

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

border-color css

<style>
 span { border-color: #0514C9; }

 span { border-color: rgb(5,20,201); }

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