Html Css Color HEX #120BFA Blue

📋 copy color: '#120BFA'

red 18 ◦ green 11 ◦ blue 250

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

Shades of Blue #120BFA

Tints of Blue #120BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 89.61%

R = 6.45%
G = 3.94%
B = 89.61%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#120BFA (or 0x120BFA) is known color: Blue. HEX triplet: 12, 0B and FA. RGB value is (18,11,250). Sum of RGB (Red+Green+Blue) = 18+11+250=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 250 (98.05% from 255 or 89.61% from 279); Max value from RGB is 250 - color contains mainly: blue. Hex color #120BFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120BFA is #EDF405. Grayscale: #272727. Windows color (decimal): -15594502 or 16386834. OLE color: 16386834.

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

Color convert

RGB 18 11 250 -
CMYK 0.93 0.96 0 0.02
HSL 241.76º 0.96% 0.51% -
HSV(B) 241.76º 0.96% 0.98% -
XYZ 17.62 7.27 90.92 -
YUV 40.34 246.32 112.07 -
System Red Green Blue C M Y K H S L
Decimal 18 11 250 0.93 0.96 0 0.02 241.76 0.96 0.51
Hex 12 B FA 5D 60 0 2 F2 60 33
Octal 22 13 372 135 140 0 2 362 140 63
Binary 10010 1011 11111010 1011101 1100000 0 10 11110010 1100000 110011

Color Harmonies of #120BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120BFA

Black with #120BFA

Text Example


Text Example

White with #120BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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