Html Css Color HEX #1505FA Blue

📋 copy color: '#1505FA'

red 21 ◦ green 5 ◦ blue 250

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

Shades of Blue #1505FA

Tints of Blue #1505FA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 7.61%
G = 1.81%
B = 90.58%

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

#1505FA (or 0x1505FA) is known color: Blue. HEX triplet: 15, 05 and FA. RGB value is (21,5,250). Sum of RGB (Red+Green+Blue) = 21+5+250=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 250 (98.05% from 255 or 90.58% from 276); Max value from RGB is 250 - color contains mainly: blue. Hex color #1505FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1505FA is #EAFA05. Grayscale: #242424. Windows color (decimal): -15399430 or 16385301. OLE color: 16385301.

HSL color Cylindrical-coordinate representation of color #1505FA: hue angle of 243.92º degrees, saturation: 0.96, 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 #1505FA is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 5 250 -
CMYK 0.92 0.98 0 0.02
HSL 243.92º 0.96% 0.5% -
HSV(B) 243.92º 0.98% 0.98% -
XYZ 17.62 7.17 90.9 -
YUV 37.71 247.8 116.08 -
System Red Green Blue C M Y K H S L
Decimal 21 5 250 0.92 0.98 0 0.02 243.92 0.96 0.5
Hex 15 5 FA 5C 62 0 2 F4 60 32
Octal 25 5 372 134 142 0 2 364 140 62
Binary 10101 101 11111010 1011100 1100010 0 10 11110100 1100000 110010

Color Harmonies of #1505FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1505FA

Black with #1505FA

Text Example


Text Example

White with #1505FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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