Html Css Color HEX #1529FD Blue

📋 copy color: '#1529FD'

red 21 ◦ green 41 ◦ blue 253

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

Shades of Blue #1529FD

Tints of Blue #1529FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

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

R = 6.67%
G = 13.02%
B = 80.32%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1529FD (or 0x1529FD) is known color: Blue. HEX triplet: 15, 29 and FD. RGB value is (21,41,253). Sum of RGB (Red+Green+Blue) = 21+41+253=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #1529FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1529FD is #EAD602. Grayscale: #3A3A3A. Windows color (decimal): -15390211 or 16591125. OLE color: 16591125.

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

Color convert

RGB 21 41 253 -
CMYK 0.92 0.84 0 0.01
HSL 234.83º 0.98% 0.54% -
HSV(B) 234.83º 0.92% 0.99% -
XYZ 18.83 8.84 93.64 -
YUV 59.19 237.37 100.76 -
System Red Green Blue C M Y K H S L
Decimal 21 41 253 0.92 0.84 0 0.01 234.83 0.98 0.54
Hex 15 29 FD 5C 54 0 1 EB 62 36
Octal 25 51 375 134 124 0 1 353 142 66
Binary 10101 101001 11111101 1011100 1010100 0 1 11101011 1100010 110110

Color Harmonies of #1529FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1529FD

Black with #1529FD

Text Example


Text Example

White with #1529FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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