Html Css Color HEX #1509F6 Blue

📋 copy color: '#1509F6'

red 21 ◦ green 9 ◦ blue 246

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

Shades of Blue #1509F6

Tints of Blue #1509F6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

 BLUE value IS 246 (96.48% from 255) = 89.13%

R = 7.61%
G = 3.26%
B = 89.13%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1509F6 (or 0x1509F6) is known color: Blue. HEX triplet: 15, 09 and F6. RGB value is (21,9,246). Sum of RGB (Red+Green+Blue) = 21+9+246=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 246 (96.48% from 255 or 89.13% from 276); Max value from RGB is 246 - color contains mainly: blue. Hex color #1509F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1509F6 is #EAF609. Grayscale: #262626. Windows color (decimal): -15398410 or 16124181. OLE color: 16124181.

HSL color Cylindrical-coordinate representation of color #1509F6: hue angle of 243.04º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1509F6 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 9 246 -
CMYK 0.91 0.96 0 0.04
HSL 243.04º 0.93% 0.5% -
HSV(B) 243.04º 0.96% 0.96% -
XYZ 17.04 7.01 87.64 -
YUV 39.61 244.48 114.73 -
System Red Green Blue C M Y K H S L
Decimal 21 9 246 0.91 0.96 0 0.04 243.04 0.93 0.5
Hex 15 9 F6 5B 60 0 4 F3 5D 32
Octal 25 11 366 133 140 0 4 363 135 62
Binary 10101 1001 11110110 1011011 1100000 0 100 11110011 1011101 110010

Color Harmonies of #1509F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1509F6

Black with #1509F6

Text Example


Text Example

White with #1509F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1509F6; }

 p { color: rgb(21,9,246); }

 H1.HeaderClassName
 {
   color: #1509F6;
 }
 .AnyTagClassName
 {
   color: #1509F6;
 }
</style>

background-color css

<style>
 a { background-color: #1509F6; }

 a { background-color: rgb(21,9,246); }

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

border-color css

<style>
 span { border-color: #1509F6; }

 span { border-color: rgb(21,9,246); }

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