Html Css Color HEX #120DF2 Blue

📋 copy color: '#120DF2'

red 18 ◦ green 13 ◦ blue 242

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

Shades of Blue #120DF2

Tints of Blue #120DF2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

 BLUE value IS 242 (94.92% from 255) = 88.64%

R = 6.59%
G = 4.76%
B = 88.64%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#120DF2 (or 0x120DF2) is known color: Blue. HEX triplet: 12, 0D and F2. RGB value is (18,13,242). Sum of RGB (Red+Green+Blue) = 18+13+242=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 242 (94.92% from 255 or 88.64% from 273); Max value from RGB is 242 - color contains mainly: blue. Hex color #120DF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #120DF2 is #EDF20D. Grayscale: #272727. Windows color (decimal): -15593998 or 15863058. OLE color: 15863058.

HSL color Cylindrical-coordinate representation of color #120DF2: hue angle of 241.31º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120DF2 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 13 242 -
CMYK 0.93 0.95 0 0.05
HSL 241.31º 0.9% 0.5% -
HSV(B) 241.31º 0.95% 0.95% -
XYZ 16.42 6.83 84.46 -
YUV 40.6 241.66 111.88 -
System Red Green Blue C M Y K H S L
Decimal 18 13 242 0.93 0.95 0 0.05 241.31 0.9 0.5
Hex 12 D F2 5D 5F 0 5 F1 5A 32
Octal 22 15 362 135 137 0 5 361 132 62
Binary 10010 1101 11110010 1011101 1011111 0 101 11110001 1011010 110010

Color Harmonies of #120DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120DF2

Black with #120DF2

Text Example


Text Example

White with #120DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,13,242); }

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

background-color css

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

 a { background-color: rgb(18,13,242); }

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

border-color css

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

 span { border-color: rgb(18,13,242); }

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