Html Css Color HEX #0515CF Medium Blue

📋 copy color: '#0515CF'

red 5 ◦ green 21 ◦ blue 207

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

Shades of Medium Blue #0515CF

Tints of Medium Blue #0515CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 88.84%

R = 2.15%
G = 9.01%
B = 88.84%

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

#0515CF (or 0x0515CF) is known color: Medium Blue. HEX triplet: 05, 15 and CF. RGB value is (5,21,207). Sum of RGB (Red+Green+Blue) = 5+21+207=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 207 (81.25% from 255 or 88.84% from 233); Max value from RGB is 207 - color contains mainly: blue. Hex color #0515CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0515CF is #FAEA30. Grayscale: #242424. Windows color (decimal): -16443953 or 13571333. OLE color: 13571333.

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

Color convert

RGB 5 21 207 -
CMYK 0.98 0.90 0 0.19
HSL 235.25º 0.95% 0.42% -
HSV(B) 235.25º 0.98% 0.81% -
XYZ 11.59 5.07 59.4 -
YUV 37.42 223.7 104.88 -
System Red Green Blue C M Y K H S L
Decimal 5 21 207 0.98 0.90 0 0.19 235.25 0.95 0.42
Hex 5 15 CF 62 5A 0 13 EB 5F 2A
Octal 5 25 317 142 132 0 23 353 137 52
Binary 101 10101 11001111 1100010 1011010 0 10011 11101011 1011111 101010

Color Harmonies of #0515CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0515CF

Black with #0515CF

Text Example


Text Example

White with #0515CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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