Html Css Color HEX #121FF0 Blue

📋 copy color: '#121FF0'

red 18 ◦ green 31 ◦ blue 240

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

Shades of Blue #121FF0

Tints of Blue #121FF0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.73%

 BLUE value IS 240 (94.14% from 255) = 83.04%

R = 6.23%
G = 10.73%
B = 83.04%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#121FF0 (or 0x121FF0) is known color: Blue. HEX triplet: 12, 1F and F0. RGB value is (18,31,240). Sum of RGB (Red+Green+Blue) = 18+31+240=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 240 (94.14% from 255 or 83.04% from 289); Max value from RGB is 240 - color contains mainly: blue. Hex color #121FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121FF0 is #EDE00F. Grayscale: #323232. Windows color (decimal): -15589392 or 15736594. OLE color: 15736594.

HSL color Cylindrical-coordinate representation of color #121FF0: hue angle of 236.49º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121FF0 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 31 240 -
CMYK 0.92 0.87 0 0.06
HSL 236.49º 0.88% 0.51% -
HSV(B) 236.49º 0.93% 0.94% -
XYZ 16.47 7.4 83 -
YUV 50.94 234.69 104.51 -
System Red Green Blue C M Y K H S L
Decimal 18 31 240 0.92 0.87 0 0.06 236.49 0.88 0.51
Hex 12 1F F0 5C 57 0 6 EC 58 33
Octal 22 37 360 134 127 0 6 354 130 63
Binary 10010 11111 11110000 1011100 1010111 0 110 11101100 1011000 110011

Color Harmonies of #121FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FF0

Black with #121FF0

Text Example


Text Example

White with #121FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121FF0; }

 p { color: rgb(18,31,240); }

 H1.HeaderClassName
 {
   color: #121FF0;
 }
 .AnyTagClassName
 {
   color: #121FF0;
 }
</style>

background-color css

<style>
 a { background-color: #121FF0; }

 a { background-color: rgb(18,31,240); }

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

border-color css

<style>
 span { border-color: #121FF0; }

 span { border-color: rgb(18,31,240); }

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