Html Css Color HEX #121DF7 Blue

📋 copy color: '#121DF7'

red 18 ◦ green 29 ◦ blue 247

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

Shades of Blue #121DF7

Tints of Blue #121DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.86%

 BLUE value IS 247 (96.88% from 255) = 84.01%

R = 6.12%
G = 9.86%
B = 84.01%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#121DF7 (or 0x121DF7) is known color: Blue. HEX triplet: 12, 1D and F7. RGB value is (18,29,247). Sum of RGB (Red+Green+Blue) = 18+29+247=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 247 (96.88% from 255 or 84.01% from 294); Max value from RGB is 247 - color contains mainly: blue. Hex color #121DF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121DF7 is #EDE208. Grayscale: #313131. Windows color (decimal): -15589897 or 16194834. OLE color: 16194834.

HSL color Cylindrical-coordinate representation of color #121DF7: hue angle of 237.12º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121DF7 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 29 247 -
CMYK 0.93 0.88 0 0.03
HSL 237.12º 0.93% 0.52% -
HSV(B) 237.12º 0.93% 0.97% -
XYZ 17.48 7.72 88.57 -
YUV 50.56 238.86 104.77 -
System Red Green Blue C M Y K H S L
Decimal 18 29 247 0.93 0.88 0 0.03 237.12 0.93 0.52
Hex 12 1D F7 5D 58 0 3 ED 5D 34
Octal 22 35 367 135 130 0 3 355 135 64
Binary 10010 11101 11110111 1011101 1011000 0 11 11101101 1011101 110100

Color Harmonies of #121DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DF7

Black with #121DF7

Text Example


Text Example

White with #121DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,29,247); }

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

background-color css

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

 a { background-color: rgb(18,29,247); }

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

border-color css

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

 span { border-color: rgb(18,29,247); }

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