Html Css Color HEX #0515DF Medium Blue

📋 copy color: '#0515DF'

red 5 ◦ green 21 ◦ blue 223

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

Shades of Medium Blue #0515DF

Tints of Medium Blue #0515DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

 BLUE value IS 223 (87.5% from 255) = 89.56%

R = 2.01%
G = 8.43%
B = 89.56%

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

#0515DF (or 0x0515DF) is known color: Medium Blue. HEX triplet: 05, 15 and DF. RGB value is (5,21,223). Sum of RGB (Red+Green+Blue) = 5+21+223=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 223 (87.5% from 255 or 89.56% from 249); Max value from RGB is 223 - color contains mainly: blue. Hex color #0515DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0515DF is #FAEA20. Grayscale: #262626. Windows color (decimal): -16443937 or 14619909. OLE color: 14619909.

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

Color convert

RGB 5 21 223 -
CMYK 0.98 0.91 0 0.13
HSL 235.6º 0.96% 0.45% -
HSV(B) 235.6º 0.98% 0.87% -
XYZ 13.65 5.9 70.23 -
YUV 39.24 231.7 103.57 -
System Red Green Blue C M Y K H S L
Decimal 5 21 223 0.98 0.91 0 0.13 235.6 0.96 0.45
Hex 5 15 DF 62 5B 0 D EC 60 2D
Octal 5 25 337 142 133 0 15 354 140 55
Binary 101 10101 11011111 1100010 1011011 0 1101 11101100 1100000 101101

Color Harmonies of #0515DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0515DF

Black with #0515DF

Text Example


Text Example

White with #0515DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0515DF; }

 p { color: rgb(5,21,223); }

 H1.HeaderClassName
 {
   color: #0515DF;
 }
 .AnyTagClassName
 {
   color: #0515DF;
 }
</style>

background-color css

<style>
 a { background-color: #0515DF; }

 a { background-color: rgb(5,21,223); }

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

border-color css

<style>
 span { border-color: #0515DF; }

 span { border-color: rgb(5,21,223); }

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