Html Css Color HEX #120BFC Blue

📋 copy color: '#120BFC'

red 18 ◦ green 11 ◦ blue 252

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

Shades of Blue #120BFC

Tints of Blue #120BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 89.68%

R = 6.41%
G = 3.91%
B = 89.68%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#120BFC (or 0x120BFC) is known color: Blue. HEX triplet: 12, 0B and FC. RGB value is (18,11,252). Sum of RGB (Red+Green+Blue) = 18+11+252=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 252 (98.83% from 255 or 89.68% from 281); Max value from RGB is 252 - color contains mainly: blue. Hex color #120BFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120BFC is #EDF403. Grayscale: #272727. Windows color (decimal): -15594500 or 16517906. OLE color: 16517906.

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

Color convert

RGB 18 11 252 -
CMYK 0.93 0.96 0 0.01
HSL 241.74º 0.98% 0.52% -
HSV(B) 241.74º 0.96% 0.99% -
XYZ 17.94 7.4 92.58 -
YUV 40.57 247.32 111.9 -
System Red Green Blue C M Y K H S L
Decimal 18 11 252 0.93 0.96 0 0.01 241.74 0.98 0.52
Hex 12 B FC 5D 60 0 1 F2 62 34
Octal 22 13 374 135 140 0 1 362 142 64
Binary 10010 1011 11111100 1011101 1100000 0 1 11110010 1100010 110100

Color Harmonies of #120BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120BFC

Black with #120BFC

Text Example


Text Example

White with #120BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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