Html Css Color HEX #121FF1 Blue

📋 copy color: '#121FF1'

red 18 ◦ green 31 ◦ blue 241

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

Shades of Blue #121FF1

Tints of Blue #121FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 83.1%

R = 6.21%
G = 10.69%
B = 83.1%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#121FF1 (or 0x121FF1) is known color: Blue. HEX triplet: 12, 1F and F1. RGB value is (18,31,241). Sum of RGB (Red+Green+Blue) = 18+31+241=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 241 (94.53% from 255 or 83.10% from 290); Max value from RGB is 241 - color contains mainly: blue. Hex color #121FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121FF1 is #EDE00E. Grayscale: #323232. Windows color (decimal): -15589391 or 15802130. OLE color: 15802130.

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

Color convert

RGB 18 31 241 -
CMYK 0.93 0.87 0 0.05
HSL 236.5º 0.89% 0.51% -
HSV(B) 236.5º 0.93% 0.95% -
XYZ 16.62 7.46 83.78 -
YUV 51.05 235.19 104.42 -
System Red Green Blue C M Y K H S L
Decimal 18 31 241 0.93 0.87 0 0.05 236.5 0.89 0.51
Hex 12 1F F1 5D 57 0 5 ED 59 33
Octal 22 37 361 135 127 0 5 355 131 63
Binary 10010 11111 11110001 1011101 1010111 0 101 11101101 1011001 110011

Color Harmonies of #121FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FF1

Black with #121FF1

Text Example


Text Example

White with #121FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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