Html Css Color HEX #120DF9 Blue

📋 copy color: '#120DF9'

red 18 ◦ green 13 ◦ blue 249

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

Shades of Blue #120DF9

Tints of Blue #120DF9

RGB

 RED value IS 18 (7.42% from 255) = 6.43%

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

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

R = 6.43%
G = 4.64%
B = 88.93%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#120DF9 (or 0x120DF9) is known color: Blue. HEX triplet: 12, 0D and F9. RGB value is (18,13,249). Sum of RGB (Red+Green+Blue) = 18+13+249=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 249 (97.66% from 255 or 88.93% from 280); Max value from RGB is 249 - color contains mainly: blue. Hex color #120DF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120DF9 is #EDF206. Grayscale: #282828. Windows color (decimal): -15593991 or 16321810. OLE color: 16321810.

HSL color Cylindrical-coordinate representation of color #120DF9: hue angle of 241.27º 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 #120DF9 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 13 249 -
CMYK 0.93 0.95 0 0.02
HSL 241.27º 0.95% 0.51% -
HSV(B) 241.27º 0.95% 0.98% -
XYZ 17.49 7.26 90.1 -
YUV 41.4 245.16 111.31 -
System Red Green Blue C M Y K H S L
Decimal 18 13 249 0.93 0.95 0 0.02 241.27 0.95 0.51
Hex 12 D F9 5D 5F 0 2 F1 5F 33
Octal 22 15 371 135 137 0 2 361 137 63
Binary 10010 1101 11111001 1011101 1011111 0 10 11110001 1011111 110011

Color Harmonies of #120DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120DF9

Black with #120DF9

Text Example


Text Example

White with #120DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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