Html Css Color HEX #121FFD Blue

📋 copy color: '#121FFD'

red 18 ◦ green 31 ◦ blue 253

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

Shades of Blue #121FFD

Tints of Blue #121FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

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

R = 5.96%
G = 10.26%
B = 83.77%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#121FFD (or 0x121FFD) is known color: Blue. HEX triplet: 12, 1F and FD. RGB value is (18,31,253). Sum of RGB (Red+Green+Blue) = 18+31+253=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 253 (99.22% from 255 or 83.77% from 302); Max value from RGB is 253 - color contains mainly: blue. Hex color #121FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121FFD is #EDE002. Grayscale: #333333. Windows color (decimal): -15589379 or 16588562. OLE color: 16588562.

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

Color convert

RGB 18 31 253 -
CMYK 0.93 0.88 0 0.01
HSL 236.68º 0.98% 0.53% -
HSV(B) 236.68º 0.93% 0.99% -
XYZ 18.47 8.2 93.54 -
YUV 52.42 241.19 103.45 -
System Red Green Blue C M Y K H S L
Decimal 18 31 253 0.93 0.88 0 0.01 236.68 0.98 0.53
Hex 12 1F FD 5D 58 0 1 ED 62 35
Octal 22 37 375 135 130 0 1 355 142 65
Binary 10010 11111 11111101 1011101 1011000 0 1 11101101 1100010 110101

Color Harmonies of #121FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FFD

Black with #121FFD

Text Example


Text Example

White with #121FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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