Html Css Color HEX #121DF0 Blue

📋 copy color: '#121DF0'

red 18 ◦ green 29 ◦ blue 240

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

Shades of Blue #121DF0

Tints of Blue #121DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 83.62%

R = 6.27%
G = 10.1%
B = 83.62%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#121DF0 (or 0x121DF0) is known color: Blue. HEX triplet: 12, 1D and F0. RGB value is (18,29,240). Sum of RGB (Red+Green+Blue) = 18+29+240=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 240 (94.14% from 255 or 83.62% from 287); Max value from RGB is 240 - color contains mainly: blue. Hex color #121DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121DF0 is #EDE20F. Grayscale: #303030. Windows color (decimal): -15589904 or 15736082. OLE color: 15736082.

HSL color Cylindrical-coordinate representation of color #121DF0: hue angle of 237.03º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121DF0 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 29 240 -
CMYK 0.92 0.88 0 0.06
HSL 237.03º 0.88% 0.51% -
HSV(B) 237.03º 0.93% 0.94% -
XYZ 16.42 7.3 82.98 -
YUV 49.77 235.36 105.34 -
System Red Green Blue C M Y K H S L
Decimal 18 29 240 0.92 0.88 0 0.06 237.03 0.88 0.51
Hex 12 1D F0 5C 58 0 6 ED 58 33
Octal 22 35 360 134 130 0 6 355 130 63
Binary 10010 11101 11110000 1011100 1011000 0 110 11101101 1011000 110011

Color Harmonies of #121DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DF0

Black with #121DF0

Text Example


Text Example

White with #121DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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