Html Css Color HEX #1504FD Blue

📋 copy color: '#1504FD'

red 21 ◦ green 4 ◦ blue 253

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

Shades of Blue #1504FD

Tints of Blue #1504FD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 7.55%
G = 1.44%
B = 91.01%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1504FD (or 0x1504FD) is known color: Blue. HEX triplet: 15, 04 and FD. RGB value is (21,4,253). Sum of RGB (Red+Green+Blue) = 21+4+253=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 253 (99.22% from 255 or 91.01% from 278); Max value from RGB is 253 - color contains mainly: blue. Hex color #1504FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1504FD is #EAFB02. Grayscale: #242424. Windows color (decimal): -15399683 or 16581653. OLE color: 16581653.

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

Color convert

RGB 21 4 253 -
CMYK 0.92 0.98 0 0.01
HSL 244.1º 0.98% 0.5% -
HSV(B) 244.1º 0.98% 0.99% -
XYZ 18.08 7.34 93.39 -
YUV 37.47 249.63 116.25 -
System Red Green Blue C M Y K H S L
Decimal 21 4 253 0.92 0.98 0 0.01 244.1 0.98 0.5
Hex 15 4 FD 5C 62 0 1 F4 62 32
Octal 25 4 375 134 142 0 1 364 142 62
Binary 10101 100 11111101 1011100 1100010 0 1 11110100 1100010 110010

Color Harmonies of #1504FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1504FD

Black with #1504FD

Text Example


Text Example

White with #1504FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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