Html Css Color HEX #1504FA Blue

📋 copy color: '#1504FA'

red 21 ◦ green 4 ◦ blue 250

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

Shades of Blue #1504FA

Tints of Blue #1504FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 90.91%

R = 7.64%
G = 1.45%
B = 90.91%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1504FA (or 0x1504FA) is known color: Blue. HEX triplet: 15, 04 and FA. RGB value is (21,4,250). Sum of RGB (Red+Green+Blue) = 21+4+250=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 250 (98.05% from 255 or 90.91% from 275); Max value from RGB is 250 - color contains mainly: blue. Hex color #1504FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1504FA is #EAFB05. Grayscale: #242424. Windows color (decimal): -15399686 or 16385045. OLE color: 16385045.

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

Color convert

RGB 21 4 250 -
CMYK 0.92 0.98 0 0.02
HSL 244.15º 0.97% 0.5% -
HSV(B) 244.15º 0.98% 0.98% -
XYZ 17.61 7.15 90.89 -
YUV 37.13 248.13 116.5 -
System Red Green Blue C M Y K H S L
Decimal 21 4 250 0.92 0.98 0 0.02 244.15 0.97 0.5
Hex 15 4 FA 5C 62 0 2 F4 61 32
Octal 25 4 372 134 142 0 2 364 141 62
Binary 10101 100 11111010 1011100 1100010 0 10 11110100 1100001 110010

Color Harmonies of #1504FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1504FA

Black with #1504FA

Text Example


Text Example

White with #1504FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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