Html Css Color HEX #121EF0 Blue

📋 copy color: '#121EF0'

red 18 ◦ green 30 ◦ blue 240

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

Shades of Blue #121EF0

Tints of Blue #121EF0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

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

R = 6.25%
G = 10.42%
B = 83.33%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#121EF0 (or 0x121EF0) is known color: Blue. HEX triplet: 12, 1E and F0. RGB value is (18,30,240). Sum of RGB (Red+Green+Blue) = 18+30+240=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 240 (94.14% from 255 or 83.33% from 288); Max value from RGB is 240 - color contains mainly: blue. Hex color #121EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EF0 is #EDE10F. Grayscale: #313131. Windows color (decimal): -15589648 or 15736338. OLE color: 15736338.

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

Color convert

RGB 18 30 240 -
CMYK 0.92 0.87 0 0.06
HSL 236.76º 0.88% 0.51% -
HSV(B) 236.76º 0.93% 0.94% -
XYZ 16.44 7.35 82.99 -
YUV 50.35 235.02 104.92 -
System Red Green Blue C M Y K H S L
Decimal 18 30 240 0.92 0.87 0 0.06 236.76 0.88 0.51
Hex 12 1E F0 5C 57 0 6 ED 58 33
Octal 22 36 360 134 127 0 6 355 130 63
Binary 10010 11110 11110000 1011100 1010111 0 110 11101101 1011000 110011

Color Harmonies of #121EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EF0

Black with #121EF0

Text Example


Text Example

White with #121EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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