Html Css Color HEX #0515EF Blue

📋 copy color: '#0515EF'

red 5 ◦ green 21 ◦ blue 239

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

Shades of Blue #0515EF

Tints of Blue #0515EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 90.19%

R = 1.89%
G = 7.92%
B = 90.19%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0515EF (or 0x0515EF) is known color: Blue. HEX triplet: 05, 15 and EF. RGB value is (5,21,239). Sum of RGB (Red+Green+Blue) = 5+21+239=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 239 (93.75% from 255 or 90.19% from 265); Max value from RGB is 239 - color contains mainly: blue. Hex color #0515EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0515EF is #FAEA10. Grayscale: #282828. Windows color (decimal): -16443921 or 15668485. OLE color: 15668485.

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

Color convert

RGB 5 21 239 -
CMYK 0.98 0.91 0 0.06
HSL 235.9º 0.96% 0.48% -
HSV(B) 235.9º 0.98% 0.94% -
XYZ 15.91 6.8 82.14 -
YUV 41.07 239.7 102.27 -
System Red Green Blue C M Y K H S L
Decimal 5 21 239 0.98 0.91 0 0.06 235.9 0.96 0.48
Hex 5 15 EF 62 5B 0 6 EC 60 30
Octal 5 25 357 142 133 0 6 354 140 60
Binary 101 10101 11101111 1100010 1011011 0 110 11101100 1100000 110000

Color Harmonies of #0515EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0515EF

Black with #0515EF

Text Example


Text Example

White with #0515EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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