Html Css Color HEX #120FFB Blue

📋 copy color: '#120FFB'

red 18 ◦ green 15 ◦ blue 251

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

Shades of Blue #120FFB

Tints of Blue #120FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 88.38%

R = 6.34%
G = 5.28%
B = 88.38%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#120FFB (or 0x120FFB) is known color: Blue. HEX triplet: 12, 0F and FB. RGB value is (18,15,251). Sum of RGB (Red+Green+Blue) = 18+15+251=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 251 (98.44% from 255 or 88.38% from 284); Max value from RGB is 251 - color contains mainly: blue. Hex color #120FFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120FFB is #EDF004. Grayscale: #292929. Windows color (decimal): -15593477 or 16453394. OLE color: 16453394.

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

Color convert

RGB 18 15 251 -
CMYK 0.93 0.94 0 0.02
HSL 240.76º 0.97% 0.52% -
HSV(B) 240.76º 0.94% 0.98% -
XYZ 17.83 7.44 91.76 -
YUV 42.8 245.49 110.31 -
System Red Green Blue C M Y K H S L
Decimal 18 15 251 0.93 0.94 0 0.02 240.76 0.97 0.52
Hex 12 F FB 5D 5E 0 2 F1 61 34
Octal 22 17 373 135 136 0 2 361 141 64
Binary 10010 1111 11111011 1011101 1011110 0 10 11110001 1100001 110100

Color Harmonies of #120FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FFB

Black with #120FFB

Text Example


Text Example

White with #120FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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