Html Css Color HEX #1502FD Blue

📋 copy color: '#1502FD'

red 21 ◦ green 2 ◦ blue 253

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

Shades of Blue #1502FD

Tints of Blue #1502FD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 7.61%
G = 0.72%
B = 91.67%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1502FD (or 0x1502FD) is known color: Blue. HEX triplet: 15, 02 and FD. RGB value is (21,2,253). Sum of RGB (Red+Green+Blue) = 21+2+253=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 253 (99.22% from 255 or 91.67% from 276); Max value from RGB is 253 - color contains mainly: blue. Hex color #1502FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1502FD is #EAFD02. Grayscale: #232323. Windows color (decimal): -15400195 or 16581141. OLE color: 16581141.

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

Color convert

RGB 21 2 253 -
CMYK 0.92 0.99 0 0.01
HSL 244.54º 0.98% 0.5% -
HSV(B) 244.54º 0.99% 0.99% -
XYZ 18.06 7.29 93.38 -
YUV 36.3 250.29 117.09 -
System Red Green Blue C M Y K H S L
Decimal 21 2 253 0.92 0.99 0 0.01 244.54 0.98 0.5
Hex 15 2 FD 5C 63 0 1 F5 62 32
Octal 25 2 375 134 143 0 1 365 142 62
Binary 10101 10 11111101 1011100 1100011 0 1 11110101 1100010 110010

Color Harmonies of #1502FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1502FD

Black with #1502FD

Text Example


Text Example

White with #1502FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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