Html Css Color HEX #2159FC Royal Blue

📋 copy color: '#2159FC'

red 33 ◦ green 89 ◦ blue 252

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

Shades of Royal Blue #2159FC

Tints of Royal Blue #2159FC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

 BLUE value IS 252 (98.83% from 255) = 67.38%

R = 8.82%
G = 23.8%
B = 67.38%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2159FC (or 0x2159FC) is known color: Royal Blue. HEX triplet: 21, 59 and FC. RGB value is (33,89,252). Sum of RGB (Red+Green+Blue) = 33+89+252=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #2159FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2159FC is #DEA603. Grayscale: #5A5A5A. Windows color (decimal): -14591492 or 16537889. OLE color: 16537889.

HSL color Cylindrical-coordinate representation of color #2159FC: hue angle of 224.66º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2159FC is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 89 252 -
CMYK 0.87 0.65 0 0.01
HSL 224.66º 0.97% 0.56% -
HSV(B) 224.66º 0.87% 0.99% -
XYZ 21.77 14.5 93.75 -
YUV 90.84 218.95 86.75 -
System Red Green Blue C M Y K H S L
Decimal 33 89 252 0.87 0.65 0 0.01 224.66 0.97 0.56
Hex 21 59 FC 57 41 0 1 E1 61 38
Octal 41 131 374 127 101 0 1 341 141 70
Binary 100001 1011001 11111100 1010111 1000001 0 1 11100001 1100001 111000

Color Harmonies of #2159FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2159FC

Black with #2159FC

Text Example


Text Example

White with #2159FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2159FC; }

 p { color: rgb(33,89,252); }

 H1.HeaderClassName
 {
   color: #2159FC;
 }
 .AnyTagClassName
 {
   color: #2159FC;
 }
</style>

background-color css

<style>
 a { background-color: #2159FC; }

 a { background-color: rgb(33,89,252); }

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

border-color css

<style>
 span { border-color: #2159FC; }

 span { border-color: rgb(33,89,252); }

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