Html Css Color HEX #0515FD Blue

📋 copy color: '#0515FD'

red 5 ◦ green 21 ◦ blue 253

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

Shades of Blue #0515FD

Tints of Blue #0515FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 90.68%

R = 1.79%
G = 7.53%
B = 90.68%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0515FD (or 0x0515FD) is known color: Blue. HEX triplet: 05, 15 and FD. RGB value is (5,21,253). Sum of RGB (Red+Green+Blue) = 5+21+253=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 253 (99.22% from 255 or 90.68% from 279); Max value from RGB is 253 - color contains mainly: blue. Hex color #0515FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0515FD is #FAEA02. Grayscale: #292929. Windows color (decimal): -16443907 or 16585989. OLE color: 16585989.

HSL color Cylindrical-coordinate representation of color #0515FD: hue angle of 236.13º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0515FD is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 21 253 -
CMYK 0.98 0.92 0 0.01
HSL 236.13º 0.98% 0.51% -
HSV(B) 236.13º 0.98% 0.99% -
XYZ 18.06 7.66 93.46 -
YUV 42.66 246.7 101.14 -
System Red Green Blue C M Y K H S L
Decimal 5 21 253 0.98 0.92 0 0.01 236.13 0.98 0.51
Hex 5 15 FD 62 5C 0 1 EC 62 33
Octal 5 25 375 142 134 0 1 354 142 63
Binary 101 10101 11111101 1100010 1011100 0 1 11101100 1100010 110011

Color Harmonies of #0515FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0515FD

Black with #0515FD

Text Example


Text Example

White with #0515FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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