Html Css Color HEX #0515CE Medium Blue

📋 copy color: '#0515CE'

red 5 ◦ green 21 ◦ blue 206

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

Shades of Medium Blue #0515CE

Tints of Medium Blue #0515CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 88.79%

R = 2.16%
G = 9.05%
B = 88.79%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0515CE (or 0x0515CE) is known color: Medium Blue. HEX triplet: 05, 15 and CE. RGB value is (5,21,206). Sum of RGB (Red+Green+Blue) = 5+21+206=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #0515CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0515CE is #FAEA31. Grayscale: #242424. Windows color (decimal): -16443954 or 13505797. OLE color: 13505797.

HSL color Cylindrical-coordinate representation of color #0515CE: hue angle of 235.22º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0515CE is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 21 206 -
CMYK 0.98 0.90 0 0.19
HSL 235.22º 0.95% 0.41% -
HSV(B) 235.22º 0.98% 0.81% -
XYZ 11.47 5.02 58.76 -
YUV 37.31 223.2 104.96 -
System Red Green Blue C M Y K H S L
Decimal 5 21 206 0.98 0.90 0 0.19 235.22 0.95 0.41
Hex 5 15 CE 62 5A 0 13 EB 5F 29
Octal 5 25 316 142 132 0 23 353 137 51
Binary 101 10101 11001110 1100010 1011010 0 10011 11101011 1011111 101001

Color Harmonies of #0515CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0515CE

Black with #0515CE

Text Example


Text Example

White with #0515CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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