Html Css Color HEX #121DFA Blue

📋 copy color: '#121DFA'

red 18 ◦ green 29 ◦ blue 250

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

Shades of Blue #121DFA

Tints of Blue #121DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 84.18%

R = 6.06%
G = 9.76%
B = 84.18%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#121DFA (or 0x121DFA) is known color: Blue. HEX triplet: 12, 1D and FA. RGB value is (18,29,250). Sum of RGB (Red+Green+Blue) = 18+29+250=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #121DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121DFA is #EDE205. Grayscale: #323232. Windows color (decimal): -15589894 or 16391442. OLE color: 16391442.

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

Color convert

RGB 18 29 250 -
CMYK 0.93 0.88 0 0.02
HSL 237.16º 0.96% 0.53% -
HSV(B) 237.16º 0.93% 0.98% -
XYZ 17.94 7.91 91.02 -
YUV 50.91 240.36 104.53 -
System Red Green Blue C M Y K H S L
Decimal 18 29 250 0.93 0.88 0 0.02 237.16 0.96 0.53
Hex 12 1D FA 5D 58 0 2 ED 60 35
Octal 22 35 372 135 130 0 2 355 140 65
Binary 10010 11101 11111010 1011101 1011000 0 10 11101101 1100000 110101

Color Harmonies of #121DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DFA

Black with #121DFA

Text Example


Text Example

White with #121DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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