Html Css Color HEX #1525FD Blue

📋 copy color: '#1525FD'

red 21 ◦ green 37 ◦ blue 253

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

Shades of Blue #1525FD

Tints of Blue #1525FD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

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

R = 6.75%
G = 11.9%
B = 81.35%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1525FD (or 0x1525FD) is known color: Blue. HEX triplet: 15, 25 and FD. RGB value is (21,37,253). Sum of RGB (Red+Green+Blue) = 21+37+253=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 253 (99.22% from 255 or 81.35% from 311); Max value from RGB is 253 - color contains mainly: blue. Hex color #1525FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1525FD is #EADA02. Grayscale: #373737. Windows color (decimal): -15391235 or 16590101. OLE color: 16590101.

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

Color convert

RGB 21 37 253 -
CMYK 0.92 0.85 0 0.01
HSL 235.86º 0.98% 0.54% -
HSV(B) 235.86º 0.92% 0.99% -
XYZ 18.7 8.57 93.6 -
YUV 56.84 238.7 102.44 -
System Red Green Blue C M Y K H S L
Decimal 21 37 253 0.92 0.85 0 0.01 235.86 0.98 0.54
Hex 15 25 FD 5C 55 0 1 EC 62 36
Octal 25 45 375 134 125 0 1 354 142 66
Binary 10101 100101 11111101 1011100 1010101 0 1 11101100 1100010 110110

Color Harmonies of #1525FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1525FD

Black with #1525FD

Text Example


Text Example

White with #1525FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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