Html Css Color HEX #1526FD Blue

📋 copy color: '#1526FD'

red 21 ◦ green 38 ◦ blue 253

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

Shades of Blue #1526FD

Tints of Blue #1526FD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

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

R = 6.73%
G = 12.18%
B = 81.09%

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

#1526FD (or 0x1526FD) is known color: Blue. HEX triplet: 15, 26 and FD. RGB value is (21,38,253). Sum of RGB (Red+Green+Blue) = 21+38+253=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 253 (99.22% from 255 or 81.09% from 312); Max value from RGB is 253 - color contains mainly: blue. Hex color #1526FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1526FD is #EAD902. Grayscale: #383838. Windows color (decimal): -15390979 or 16590357. OLE color: 16590357.

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

Color convert

RGB 21 38 253 -
CMYK 0.92 0.85 0 0.01
HSL 235.6º 0.98% 0.54% -
HSV(B) 235.6º 0.92% 0.99% -
XYZ 18.73 8.64 93.61 -
YUV 57.43 238.37 102.02 -
System Red Green Blue C M Y K H S L
Decimal 21 38 253 0.92 0.85 0 0.01 235.6 0.98 0.54
Hex 15 26 FD 5C 55 0 1 EC 62 36
Octal 25 46 375 134 125 0 1 354 142 66
Binary 10101 100110 11111101 1011100 1010101 0 1 11101100 1100010 110110

Color Harmonies of #1526FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1526FD

Black with #1526FD

Text Example


Text Example

White with #1526FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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