Html Css Color HEX #120FEE Blue

📋 copy color: '#120FEE'

red 18 ◦ green 15 ◦ blue 238

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

Shades of Blue #120FEE

Tints of Blue #120FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

 BLUE value IS 238 (93.36% from 255) = 87.82%

R = 6.64%
G = 5.54%
B = 87.82%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#120FEE (or 0x120FEE) is known color: Blue. HEX triplet: 12, 0F and EE. RGB value is (18,15,238). Sum of RGB (Red+Green+Blue) = 18+15+238=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 238 (93.36% from 255 or 87.82% from 271); Max value from RGB is 238 - color contains mainly: blue. Hex color #120FEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120FEE is #EDF011. Grayscale: #282828. Windows color (decimal): -15593490 or 15601426. OLE color: 15601426.

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

Color convert

RGB 18 15 238 -
CMYK 0.92 0.94 0 0.07
HSL 240.81º 0.88% 0.5% -
HSV(B) 240.81º 0.94% 0.93% -
XYZ 15.85 6.64 81.34 -
YUV 41.32 238.99 111.37 -
System Red Green Blue C M Y K H S L
Decimal 18 15 238 0.92 0.94 0 0.07 240.81 0.88 0.5
Hex 12 F EE 5C 5E 0 7 F1 58 32
Octal 22 17 356 134 136 0 7 361 130 62
Binary 10010 1111 11101110 1011100 1011110 0 111 11110001 1011000 110010

Color Harmonies of #120FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FEE

Black with #120FEE

Text Example


Text Example

White with #120FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,15,238); }

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

background-color css

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

 a { background-color: rgb(18,15,238); }

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

border-color css

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

 span { border-color: rgb(18,15,238); }

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