Html Css Color HEX #120DF0 Blue

📋 copy color: '#120DF0'

red 18 ◦ green 13 ◦ blue 240

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

Shades of Blue #120DF0

Tints of Blue #120DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 88.56%

R = 6.64%
G = 4.8%
B = 88.56%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#120DF0 (or 0x120DF0) is known color: Blue. HEX triplet: 12, 0D and F0. RGB value is (18,13,240). Sum of RGB (Red+Green+Blue) = 18+13+240=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 240 (94.14% from 255 or 88.56% from 271); Max value from RGB is 240 - color contains mainly: blue. Hex color #120DF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120DF0 is #EDF20F. Grayscale: #272727. Windows color (decimal): -15594000 or 15731986. OLE color: 15731986.

HSL color Cylindrical-coordinate representation of color #120DF0: hue angle of 241.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120DF0 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 13 240 -
CMYK 0.92 0.95 0 0.06
HSL 241.32º 0.9% 0.5% -
HSV(B) 241.32º 0.95% 0.94% -
XYZ 16.12 6.71 82.88 -
YUV 40.37 240.66 112.04 -
System Red Green Blue C M Y K H S L
Decimal 18 13 240 0.92 0.95 0 0.06 241.32 0.9 0.5
Hex 12 D F0 5C 5F 0 6 F1 5A 32
Octal 22 15 360 134 137 0 6 361 132 62
Binary 10010 1101 11110000 1011100 1011111 0 110 11110001 1011010 110010

Color Harmonies of #120DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120DF0

Black with #120DF0

Text Example


Text Example

White with #120DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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