Html Css Color HEX #120BFE Blue

📋 copy color: '#120BFE'

red 18 ◦ green 11 ◦ blue 254

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

Shades of Blue #120BFE

Tints of Blue #120BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

 BLUE value IS 254 (99.61% from 255) = 89.75%

R = 6.36%
G = 3.89%
B = 89.75%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#120BFE (or 0x120BFE) is known color: Blue. HEX triplet: 12, 0B and FE. RGB value is (18,11,254). Sum of RGB (Red+Green+Blue) = 18+11+254=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 254 (99.61% from 255 or 89.75% from 283); Max value from RGB is 254 - color contains mainly: blue. Hex color #120BFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120BFE is #EDF401. Grayscale: #272727. Windows color (decimal): -15594498 or 16648978. OLE color: 16648978.

HSL color Cylindrical-coordinate representation of color #120BFE: hue angle of 241.73º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120BFE is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 11 254 -
CMYK 0.93 0.96 0 0.00
HSL 241.73º 0.99% 0.52% -
HSV(B) 241.73º 0.96% 1% -
XYZ 18.26 7.52 94.26 -
YUV 40.8 248.32 111.74 -
System Red Green Blue C M Y K H S L
Decimal 18 11 254 0.93 0.96 0 0.00 241.73 0.99 0.52
Hex 12 B FE 5D 60 0 0 F2 63 34
Octal 22 13 376 135 140 0 0 362 143 64
Binary 10010 1011 11111110 1011101 1100000 0 0 11110010 1100011 110100

Color Harmonies of #120BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120BFE

Black with #120BFE

Text Example


Text Example

White with #120BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,11,254); }

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

background-color css

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

 a { background-color: rgb(18,11,254); }

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

border-color css

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

 span { border-color: rgb(18,11,254); }

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