Html Css Color HEX #1505FD Blue

📋 copy color: '#1505FD'

red 21 ◦ green 5 ◦ blue 253

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

Shades of Blue #1505FD

Tints of Blue #1505FD

RGB

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

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

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

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

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1505FD (or 0x1505FD) is known color: Blue. HEX triplet: 15, 05 and FD. RGB value is (21,5,253). Sum of RGB (Red+Green+Blue) = 21+5+253=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 5 (2.34% from 255 or 1.79% 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 #1505FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1505FD is #EAFA02. Grayscale: #252525. Windows color (decimal): -15399427 or 16581909. OLE color: 16581909.

HSL color Cylindrical-coordinate representation of color #1505FD: hue angle of 243.87º 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 #1505FD is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 5 253 -
CMYK 0.92 0.98 0 0.01
HSL 243.87º 0.98% 0.51% -
HSV(B) 243.87º 0.98% 0.99% -
XYZ 18.09 7.36 93.4 -
YUV 38.06 249.3 115.83 -
System Red Green Blue C M Y K H S L
Decimal 21 5 253 0.92 0.98 0 0.01 243.87 0.98 0.51
Hex 15 5 FD 5C 62 0 1 F4 62 33
Octal 25 5 375 134 142 0 1 364 142 63
Binary 10101 101 11111101 1011100 1100010 0 1 11110100 1100010 110011

Color Harmonies of #1505FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1505FD

Black with #1505FD

Text Example


Text Example

White with #1505FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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