Html Css Color HEX #121AF0 Blue

📋 copy color: '#121AF0'

red 18 ◦ green 26 ◦ blue 240

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

Shades of Blue #121AF0

Tints of Blue #121AF0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.15%

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

R = 6.34%
G = 9.15%
B = 84.51%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#121AF0 (or 0x121AF0) is known color: Blue. HEX triplet: 12, 1A and F0. RGB value is (18,26,240). Sum of RGB (Red+Green+Blue) = 18+26+240=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 240 (94.14% from 255 or 84.51% from 284); Max value from RGB is 240 - color contains mainly: blue. Hex color #121AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121AF0 is #EDE50F. Grayscale: #2F2F2F. Windows color (decimal): -15590672 or 15735314. OLE color: 15735314.

HSL color Cylindrical-coordinate representation of color #121AF0: hue angle of 237.84º 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 #121AF0 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 26 240 -
CMYK 0.92 0.89 0 0.06
HSL 237.84º 0.88% 0.51% -
HSV(B) 237.84º 0.93% 0.94% -
XYZ 16.35 7.16 82.96 -
YUV 48 236.35 106.6 -
System Red Green Blue C M Y K H S L
Decimal 18 26 240 0.92 0.89 0 0.06 237.84 0.88 0.51
Hex 12 1A F0 5C 59 0 6 EE 58 33
Octal 22 32 360 134 131 0 6 356 130 63
Binary 10010 11010 11110000 1011100 1011001 0 110 11101110 1011000 110011

Color Harmonies of #121AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121AF0

Black with #121AF0

Text Example


Text Example

White with #121AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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