Html Css Color HEX #121AFC Blue

📋 copy color: '#121AFC'

red 18 ◦ green 26 ◦ blue 252

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

Shades of Blue #121AFC

Tints of Blue #121AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.78%

 BLUE value IS 252 (98.83% from 255) = 85.14%

R = 6.08%
G = 8.78%
B = 85.14%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#121AFC (or 0x121AFC) is known color: Blue. HEX triplet: 12, 1A and FC. RGB value is (18,26,252). Sum of RGB (Red+Green+Blue) = 18+26+252=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 252 (98.83% from 255 or 85.14% from 296); Max value from RGB is 252 - color contains mainly: blue. Hex color #121AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121AFC is #EDE503. Grayscale: #303030. Windows color (decimal): -15590660 or 16521746. OLE color: 16521746.

HSL color Cylindrical-coordinate representation of color #121AFC: hue angle of 237.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121AFC is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 26 252 -
CMYK 0.93 0.90 0 0.01
HSL 237.95º 0.98% 0.53% -
HSV(B) 237.95º 0.93% 0.99% -
XYZ 18.19 7.9 92.66 -
YUV 49.37 242.35 105.62 -
System Red Green Blue C M Y K H S L
Decimal 18 26 252 0.93 0.90 0 0.01 237.95 0.98 0.53
Hex 12 1A FC 5D 5A 0 1 EE 62 35
Octal 22 32 374 135 132 0 1 356 142 65
Binary 10010 11010 11111100 1011101 1011010 0 1 11101110 1100010 110101

Color Harmonies of #121AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121AFC

Black with #121AFC

Text Example


Text Example

White with #121AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,252); }

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

background-color css

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

 a { background-color: rgb(18,26,252); }

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

border-color css

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

 span { border-color: rgb(18,26,252); }

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