Html Css Color HEX #2156F4 Royal Blue

📋 copy color: '#2156F4'

red 33 ◦ green 86 ◦ blue 244

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

Shades of Royal Blue #2156F4

Tints of Royal Blue #2156F4

RGB

 RED value IS 33 (13.28% from 255) = 9.09%

 GREEN value IS 86 (33.98% from 255) = 23.69%

 BLUE value IS 244 (95.7% from 255) = 67.22%

R = 9.09%
G = 23.69%
B = 67.22%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2156F4 (or 0x2156F4) is known color: Royal Blue. HEX triplet: 21, 56 and F4. RGB value is (33,86,244). Sum of RGB (Red+Green+Blue) = 33+86+244=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 244 (95.70% from 255 or 67.22% from 363); Max value from RGB is 244 - color contains mainly: blue. Hex color #2156F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2156F4 is #DEA90B. Grayscale: #575757. Windows color (decimal): -14592268 or 16012833. OLE color: 16012833.

HSL color Cylindrical-coordinate representation of color #2156F4: hue angle of 224.93º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2156F4 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 86 244 -
CMYK 0.86 0.65 0 0.04
HSL 224.93º 0.91% 0.54% -
HSV(B) 224.93º 0.86% 0.96% -
XYZ 20.28 13.51 87.13 -
YUV 88.17 215.94 88.65 -
System Red Green Blue C M Y K H S L
Decimal 33 86 244 0.86 0.65 0 0.04 224.93 0.91 0.54
Hex 21 56 F4 56 41 0 4 E1 5B 36
Octal 41 126 364 126 101 0 4 341 133 66
Binary 100001 1010110 11110100 1010110 1000001 0 100 11100001 1011011 110110

Color Harmonies of #2156F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2156F4

Black with #2156F4

Text Example


Text Example

White with #2156F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2156F4; }

 p { color: rgb(33,86,244); }

 H1.HeaderClassName
 {
   color: #2156F4;
 }
 .AnyTagClassName
 {
   color: #2156F4;
 }
</style>

background-color css

<style>
 a { background-color: #2156F4; }

 a { background-color: rgb(33,86,244); }

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

border-color css

<style>
 span { border-color: #2156F4; }

 span { border-color: rgb(33,86,244); }

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