Html Css Color HEX #1529FA Blue

📋 copy color: '#1529FA'

red 21 ◦ green 41 ◦ blue 250

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

Shades of Blue #1529FA

Tints of Blue #1529FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 80.13%

R = 6.73%
G = 13.14%
B = 80.13%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1529FA (or 0x1529FA) is known color: Blue. HEX triplet: 15, 29 and FA. RGB value is (21,41,250). Sum of RGB (Red+Green+Blue) = 21+41+250=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 250 (98.05% from 255 or 80.13% from 312); Max value from RGB is 250 - color contains mainly: blue. Hex color #1529FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1529FA is #EAD605. Grayscale: #393939. Windows color (decimal): -15390214 or 16394517. OLE color: 16394517.

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

Color convert

RGB 21 41 250 -
CMYK 0.92 0.84 0 0.02
HSL 234.76º 0.96% 0.53% -
HSV(B) 234.76º 0.92% 0.98% -
XYZ 18.36 8.65 91.14 -
YUV 58.85 235.87 101.01 -
System Red Green Blue C M Y K H S L
Decimal 21 41 250 0.92 0.84 0 0.02 234.76 0.96 0.53
Hex 15 29 FA 5C 54 0 2 EB 60 35
Octal 25 51 372 134 124 0 2 353 140 65
Binary 10101 101001 11111010 1011100 1010100 0 10 11101011 1100000 110101

Color Harmonies of #1529FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1529FA

Black with #1529FA

Text Example


Text Example

White with #1529FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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