Html Css Color HEX #121BFA Blue

📋 copy color: '#121BFA'

red 18 ◦ green 27 ◦ blue 250

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

Shades of Blue #121BFA

Tints of Blue #121BFA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.15%

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

R = 6.1%
G = 9.15%
B = 84.75%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#121BFA (or 0x121BFA) is known color: Blue. HEX triplet: 12, 1B and FA. RGB value is (18,27,250). Sum of RGB (Red+Green+Blue) = 18+27+250=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 250 (98.05% from 255 or 84.75% from 295); Max value from RGB is 250 - color contains mainly: blue. Hex color #121BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121BFA is #EDE405. Grayscale: #303030. Windows color (decimal): -15590406 or 16390930. OLE color: 16390930.

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

Color convert

RGB 18 27 250 -
CMYK 0.93 0.89 0 0.02
HSL 237.67º 0.96% 0.53% -
HSV(B) 237.67º 0.93% 0.98% -
XYZ 17.9 7.81 91.01 -
YUV 49.73 241.02 105.37 -
System Red Green Blue C M Y K H S L
Decimal 18 27 250 0.93 0.89 0 0.02 237.67 0.96 0.53
Hex 12 1B FA 5D 59 0 2 EE 60 35
Octal 22 33 372 135 131 0 2 356 140 65
Binary 10010 11011 11111010 1011101 1011001 0 10 11101110 1100000 110101

Color Harmonies of #121BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BFA

Black with #121BFA

Text Example


Text Example

White with #121BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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