Html Css Color HEX #120FFC Blue

📋 copy color: '#120FFC'

red 18 ◦ green 15 ◦ blue 252

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

Shades of Blue #120FFC

Tints of Blue #120FFC

RGB

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

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

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

R = 6.32%
G = 5.26%
B = 88.42%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#120FFC (or 0x120FFC) is known color: Blue. HEX triplet: 12, 0F and FC. RGB value is (18,15,252). Sum of RGB (Red+Green+Blue) = 18+15+252=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 252 (98.83% from 255 or 88.42% from 285); Max value from RGB is 252 - color contains mainly: blue. Hex color #120FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120FFC is #EDF003. Grayscale: #292929. Windows color (decimal): -15593476 or 16518930. OLE color: 16518930.

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

Color convert

RGB 18 15 252 -
CMYK 0.93 0.94 0 0.01
HSL 240.76º 0.98% 0.52% -
HSV(B) 240.76º 0.94% 0.99% -
XYZ 17.99 7.5 92.59 -
YUV 42.92 245.99 110.23 -
System Red Green Blue C M Y K H S L
Decimal 18 15 252 0.93 0.94 0 0.01 240.76 0.98 0.52
Hex 12 F FC 5D 5E 0 1 F1 62 34
Octal 22 17 374 135 136 0 1 361 142 64
Binary 10010 1111 11111100 1011101 1011110 0 1 11110001 1100010 110100

Color Harmonies of #120FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FFC

Black with #120FFC

Text Example


Text Example

White with #120FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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