Html Css Color HEX #121CF9 Blue

📋 copy color: '#121CF9'

red 18 ◦ green 28 ◦ blue 249

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

Shades of Blue #121CF9

Tints of Blue #121CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

 BLUE value IS 249 (97.66% from 255) = 84.41%

R = 6.1%
G = 9.49%
B = 84.41%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#121CF9 (or 0x121CF9) is known color: Blue. HEX triplet: 12, 1C and F9. RGB value is (18,28,249). Sum of RGB (Red+Green+Blue) = 18+28+249=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 249 (97.66% from 255 or 84.41% from 295); Max value from RGB is 249 - color contains mainly: blue. Hex color #121CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121CF9 is #EDE306. Grayscale: #313131. Windows color (decimal): -15590151 or 16325650. OLE color: 16325650.

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

Color convert

RGB 18 28 249 -
CMYK 0.93 0.89 0 0.02
HSL 237.4º 0.95% 0.52% -
HSV(B) 237.4º 0.93% 0.98% -
XYZ 17.76 7.8 90.19 -
YUV 50.2 240.19 105.03 -
System Red Green Blue C M Y K H S L
Decimal 18 28 249 0.93 0.89 0 0.02 237.4 0.95 0.52
Hex 12 1C F9 5D 59 0 2 ED 5F 34
Octal 22 34 371 135 131 0 2 355 137 64
Binary 10010 11100 11111001 1011101 1011001 0 10 11101101 1011111 110100

Color Harmonies of #121CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CF9

Black with #121CF9

Text Example


Text Example

White with #121CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,28,249); }

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

background-color css

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

 a { background-color: rgb(18,28,249); }

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

border-color css

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

 span { border-color: rgb(18,28,249); }

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