Html Css Color HEX #121FFA Blue

📋 copy color: '#121FFA'

red 18 ◦ green 31 ◦ blue 250

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

Shades of Blue #121FFA

Tints of Blue #121FFA

RGB

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

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

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

R = 6.02%
G = 10.37%
B = 83.61%

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

#121FFA (or 0x121FFA) is known color: Blue. HEX triplet: 12, 1F and FA. RGB value is (18,31,250). Sum of RGB (Red+Green+Blue) = 18+31+250=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 250 (98.05% from 255 or 83.61% from 299); Max value from RGB is 250 - color contains mainly: blue. Hex color #121FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121FFA is #EDE005. Grayscale: #333333. Windows color (decimal): -15589382 or 16391954. OLE color: 16391954.

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

Color convert

RGB 18 31 250 -
CMYK 0.93 0.88 0 0.02
HSL 236.64º 0.96% 0.53% -
HSV(B) 236.64º 0.93% 0.98% -
XYZ 17.99 8.01 91.04 -
YUV 52.08 239.69 103.69 -
System Red Green Blue C M Y K H S L
Decimal 18 31 250 0.93 0.88 0 0.02 236.64 0.96 0.53
Hex 12 1F FA 5D 58 0 2 ED 60 35
Octal 22 37 372 135 130 0 2 355 140 65
Binary 10010 11111 11111010 1011101 1011000 0 10 11101101 1100000 110101

Color Harmonies of #121FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FFA

Black with #121FFA

Text Example


Text Example

White with #121FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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