Html Css Color HEX #0514DD Medium Blue

📋 copy color: '#0514DD'

red 5 ◦ green 20 ◦ blue 221

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

Shades of Medium Blue #0514DD

Tints of Medium Blue #0514DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 89.84%

R = 2.03%
G = 8.13%
B = 89.84%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0514DD (or 0x0514DD) is known color: Medium Blue. HEX triplet: 05, 14 and DD. RGB value is (5,20,221). Sum of RGB (Red+Green+Blue) = 5+20+221=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 221 (86.72% from 255 or 89.84% from 246); Max value from RGB is 221 - color contains mainly: blue. Hex color #0514DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0514DD is #FAEB22. Grayscale: #252525. Windows color (decimal): -16444195 or 14488581. OLE color: 14488581.

HSL color Cylindrical-coordinate representation of color #0514DD: hue angle of 235.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0514DD is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 20 221 -
CMYK 0.98 0.91 0 0.13
HSL 235.83º 0.96% 0.44% -
HSV(B) 235.83º 0.98% 0.87% -
XYZ 13.36 5.75 68.81 -
YUV 38.43 231.03 104.16 -
System Red Green Blue C M Y K H S L
Decimal 5 20 221 0.98 0.91 0 0.13 235.83 0.96 0.44
Hex 5 14 DD 62 5B 0 D EC 60 2C
Octal 5 24 335 142 133 0 15 354 140 54
Binary 101 10100 11011101 1100010 1011011 0 1101 11101100 1100000 101100

Color Harmonies of #0514DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0514DD

Black with #0514DD

Text Example


Text Example

White with #0514DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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