Html Css Color HEX #1509FA Blue

📋 copy color: '#1509FA'

red 21 ◦ green 9 ◦ blue 250

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

Shades of Blue #1509FA

Tints of Blue #1509FA

RGB

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

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

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

R = 7.5%
G = 3.21%
B = 89.29%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1509FA (or 0x1509FA) is known color: Blue. HEX triplet: 15, 09 and FA. RGB value is (21,9,250). Sum of RGB (Red+Green+Blue) = 21+9+250=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 250 (98.05% from 255 or 89.29% from 280); Max value from RGB is 250 - color contains mainly: blue. Hex color #1509FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1509FA is #EAF605. Grayscale: #272727. Windows color (decimal): -15398406 or 16386325. OLE color: 16386325.

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

Color convert

RGB 21 9 250 -
CMYK 0.92 0.96 0 0.02
HSL 242.99º 0.96% 0.51% -
HSV(B) 242.99º 0.96% 0.98% -
XYZ 17.66 7.26 90.91 -
YUV 40.06 246.48 114.4 -
System Red Green Blue C M Y K H S L
Decimal 21 9 250 0.92 0.96 0 0.02 242.99 0.96 0.51
Hex 15 9 FA 5C 60 0 2 F3 60 33
Octal 25 11 372 134 140 0 2 363 140 63
Binary 10101 1001 11111010 1011100 1100000 0 10 11110011 1100000 110011

Color Harmonies of #1509FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1509FA

Black with #1509FA

Text Example


Text Example

White with #1509FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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