Html Css Color HEX #121EF8 Blue

📋 copy color: '#121EF8'

red 18 ◦ green 30 ◦ blue 248

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

Shades of Blue #121EF8

Tints of Blue #121EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 83.78%

R = 6.08%
G = 10.14%
B = 83.78%

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

#121EF8 (or 0x121EF8) is known color: Blue. HEX triplet: 12, 1E and F8. RGB value is (18,30,248). Sum of RGB (Red+Green+Blue) = 18+30+248=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 248 (97.27% from 255 or 83.78% from 296); Max value from RGB is 248 - color contains mainly: blue. Hex color #121EF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EF8 is #EDE107. Grayscale: #323232. Windows color (decimal): -15589640 or 16260626. OLE color: 16260626.

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

Color convert

RGB 18 30 248 -
CMYK 0.93 0.88 0 0.03
HSL 236.87º 0.94% 0.52% -
HSV(B) 236.87º 0.93% 0.97% -
XYZ 17.66 7.83 89.39 -
YUV 51.26 239.02 104.27 -
System Red Green Blue C M Y K H S L
Decimal 18 30 248 0.93 0.88 0 0.03 236.87 0.94 0.52
Hex 12 1E F8 5D 58 0 3 ED 5E 34
Octal 22 36 370 135 130 0 3 355 136 64
Binary 10010 11110 11111000 1011101 1011000 0 11 11101101 1011110 110100

Color Harmonies of #121EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121EF8

Black with #121EF8

Text Example


Text Example

White with #121EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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