Html Css Color HEX #150DF9 Blue

📋 copy color: '#150DF9'

red 21 ◦ green 13 ◦ blue 249

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

Shades of Blue #150DF9

Tints of Blue #150DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 249 (97.66% from 255) = 87.99%

R = 7.42%
G = 4.59%
B = 87.99%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#150DF9 (or 0x150DF9) is known color: Blue. HEX triplet: 15, 0D and F9. RGB value is (21,13,249). Sum of RGB (Red+Green+Blue) = 21+13+249=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 249 (97.66% from 255 or 87.99% from 283); Max value from RGB is 249 - color contains mainly: blue. Hex color #150DF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150DF9 is #EAF206. Grayscale: #292929. Windows color (decimal): -15397383 or 16321813. OLE color: 16321813.

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

Color convert

RGB 21 13 249 -
CMYK 0.92 0.95 0 0.02
HSL 242.03º 0.95% 0.51% -
HSV(B) 242.03º 0.95% 0.98% -
XYZ 17.55 7.29 90.1 -
YUV 42.3 244.65 112.81 -
System Red Green Blue C M Y K H S L
Decimal 21 13 249 0.92 0.95 0 0.02 242.03 0.95 0.51
Hex 15 D F9 5C 5F 0 2 F2 5F 33
Octal 25 15 371 134 137 0 2 362 137 63
Binary 10101 1101 11111001 1011100 1011111 0 10 11110010 1011111 110011

Color Harmonies of #150DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150DF9

Black with #150DF9

Text Example


Text Example

White with #150DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150DF9; }

 p { color: rgb(21,13,249); }

 H1.HeaderClassName
 {
   color: #150DF9;
 }
 .AnyTagClassName
 {
   color: #150DF9;
 }
</style>

background-color css

<style>
 a { background-color: #150DF9; }

 a { background-color: rgb(21,13,249); }

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

border-color css

<style>
 span { border-color: #150DF9; }

 span { border-color: rgb(21,13,249); }

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