Html Css Color HEX #1535FD Blue

📋 copy color: '#1535FD'

red 21 ◦ green 53 ◦ blue 253

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

Shades of Blue #1535FD

Tints of Blue #1535FD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.21%

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

R = 6.42%
G = 16.21%
B = 77.37%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1535FD (or 0x1535FD) is known color: Blue. HEX triplet: 15, 35 and FD. RGB value is (21,53,253). Sum of RGB (Red+Green+Blue) = 21+53+253=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #1535FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1535FD is #EACA02. Grayscale: #414141. Windows color (decimal): -15387139 or 16594197. OLE color: 16594197.

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

Color convert

RGB 21 53 253 -
CMYK 0.92 0.79 0 0.01
HSL 231.72º 0.98% 0.54% -
HSV(B) 231.72º 0.92% 0.99% -
XYZ 19.31 9.8 93.8 -
YUV 66.23 233.4 95.74 -
System Red Green Blue C M Y K H S L
Decimal 21 53 253 0.92 0.79 0 0.01 231.72 0.98 0.54
Hex 15 35 FD 5C 4F 0 1 E8 62 36
Octal 25 65 375 134 117 0 1 350 142 66
Binary 10101 110101 11111101 1011100 1001111 0 1 11101000 1100010 110110

Color Harmonies of #1535FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1535FD

Black with #1535FD

Text Example


Text Example

White with #1535FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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