Html Css Color HEX #121DFD Blue

📋 copy color: '#121DFD'

red 18 ◦ green 29 ◦ blue 253

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

Shades of Blue #121DFD

Tints of Blue #121DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 84.33%

R = 6%
G = 9.67%
B = 84.33%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#121DFD (or 0x121DFD) is known color: Blue. HEX triplet: 12, 1D and FD. RGB value is (18,29,253). Sum of RGB (Red+Green+Blue) = 18+29+253=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 253 (99.22% from 255 or 84.33% from 300); Max value from RGB is 253 - color contains mainly: blue. Hex color #121DFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121DFD is #EDE202. Grayscale: #323232. Windows color (decimal): -15589891 or 16588050. OLE color: 16588050.

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

Color convert

RGB 18 29 253 -
CMYK 0.93 0.89 0 0.01
HSL 237.19º 0.98% 0.53% -
HSV(B) 237.19º 0.93% 0.99% -
XYZ 18.42 8.1 93.52 -
YUV 51.25 241.86 104.29 -
System Red Green Blue C M Y K H S L
Decimal 18 29 253 0.93 0.89 0 0.01 237.19 0.98 0.53
Hex 12 1D FD 5D 59 0 1 ED 62 35
Octal 22 35 375 135 131 0 1 355 142 65
Binary 10010 11101 11111101 1011101 1011001 0 1 11101101 1100010 110101

Color Harmonies of #121DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DFD

Black with #121DFD

Text Example


Text Example

White with #121DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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