Html Css Color HEX #2156F1 Royal Blue

📋 copy color: '#2156F1'

red 33 ◦ green 86 ◦ blue 241

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

Shades of Royal Blue #2156F1

Tints of Royal Blue #2156F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 66.94%

R = 9.17%
G = 23.89%
B = 66.94%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2156F1 (or 0x2156F1) is known color: Royal Blue. HEX triplet: 21, 56 and F1. RGB value is (33,86,241). Sum of RGB (Red+Green+Blue) = 33+86+241=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #2156F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2156F1 is #DEA90E. Grayscale: #575757. Windows color (decimal): -14592271 or 15816225. OLE color: 15816225.

HSL color Cylindrical-coordinate representation of color #2156F1: hue angle of 224.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2156F1 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 86 241 -
CMYK 0.86 0.64 0 0.05
HSL 224.71º 0.88% 0.54% -
HSV(B) 224.71º 0.86% 0.95% -
XYZ 19.83 13.33 84.75 -
YUV 87.82 214.44 88.9 -
System Red Green Blue C M Y K H S L
Decimal 33 86 241 0.86 0.64 0 0.05 224.71 0.88 0.54
Hex 21 56 F1 56 40 0 5 E1 58 36
Octal 41 126 361 126 100 0 5 341 130 66
Binary 100001 1010110 11110001 1010110 1000000 0 101 11100001 1011000 110110

Color Harmonies of #2156F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2156F1

Black with #2156F1

Text Example


Text Example

White with #2156F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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