Html Css Color HEX #2156F2 Royal Blue

📋 copy color: '#2156F2'

red 33 ◦ green 86 ◦ blue 242

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

Shades of Royal Blue #2156F2

Tints of Royal Blue #2156F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.04%

R = 9.14%
G = 23.82%
B = 67.04%

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

#2156F2 (or 0x2156F2) is known color: Royal Blue. HEX triplet: 21, 56 and F2. RGB value is (33,86,242). Sum of RGB (Red+Green+Blue) = 33+86+242=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #2156F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2156F2 is #DEA90D. Grayscale: #575757. Windows color (decimal): -14592270 or 15881761. OLE color: 15881761.

HSL color Cylindrical-coordinate representation of color #2156F2: hue angle of 224.78º degrees, saturation: 0.89, 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 #2156F2 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 86 242 -
CMYK 0.86 0.64 0 0.05
HSL 224.78º 0.89% 0.54% -
HSV(B) 224.78º 0.86% 0.95% -
XYZ 19.98 13.39 85.54 -
YUV 87.94 214.94 88.82 -
System Red Green Blue C M Y K H S L
Decimal 33 86 242 0.86 0.64 0 0.05 224.78 0.89 0.54
Hex 21 56 F2 56 40 0 5 E1 59 36
Octal 41 126 362 126 100 0 5 341 131 66
Binary 100001 1010110 11110010 1010110 1000000 0 101 11100001 1011001 110110

Color Harmonies of #2156F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2156F2

Black with #2156F2

Text Example


Text Example

White with #2156F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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