Html Css Color HEX #121BF7 Blue

📋 copy color: '#121BF7'

red 18 ◦ green 27 ◦ blue 247

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

Shades of Blue #121BF7

Tints of Blue #121BF7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.25%

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

R = 6.16%
G = 9.25%
B = 84.59%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#121BF7 (or 0x121BF7) is known color: Blue. HEX triplet: 12, 1B and F7. RGB value is (18,27,247). Sum of RGB (Red+Green+Blue) = 18+27+247=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 247 (96.88% from 255 or 84.59% from 292); Max value from RGB is 247 - color contains mainly: blue. Hex color #121BF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121BF7 is #EDE408. Grayscale: #303030. Windows color (decimal): -15590409 or 16194322. OLE color: 16194322.

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

Color convert

RGB 18 27 247 -
CMYK 0.93 0.89 0 0.03
HSL 237.64º 0.93% 0.52% -
HSV(B) 237.64º 0.93% 0.97% -
XYZ 17.43 7.63 88.55 -
YUV 49.39 239.52 105.61 -
System Red Green Blue C M Y K H S L
Decimal 18 27 247 0.93 0.89 0 0.03 237.64 0.93 0.52
Hex 12 1B F7 5D 59 0 3 EE 5D 34
Octal 22 33 367 135 131 0 3 356 135 64
Binary 10010 11011 11110111 1011101 1011001 0 11 11101110 1011101 110100

Color Harmonies of #121BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BF7

Black with #121BF7

Text Example


Text Example

White with #121BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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