Html Css Color HEX #2164F1 Royal Blue

📋 copy color: '#2164F1'

red 33 ◦ green 100 ◦ blue 241

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

Shades of Royal Blue #2164F1

Tints of Royal Blue #2164F1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

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

R = 8.82%
G = 26.74%
B = 64.44%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2164F1 (or 0x2164F1) is known color: Royal Blue. HEX triplet: 21, 64 and F1. RGB value is (33,100,241). Sum of RGB (Red+Green+Blue) = 33+100+241=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #2164F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2164F1 is #DE9B0E. Grayscale: #5F5F5F. Windows color (decimal): -14588687 or 15819809. OLE color: 15819809.

HSL color Cylindrical-coordinate representation of color #2164F1: hue angle of 220.67º 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 #2164F1 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 100 241 -
CMYK 0.86 0.59 0 0.05
HSL 220.67º 0.88% 0.54% -
HSV(B) 220.67º 0.86% 0.95% -
XYZ 21.06 15.79 85.16 -
YUV 96.04 209.8 83.04 -
System Red Green Blue C M Y K H S L
Decimal 33 100 241 0.86 0.59 0 0.05 220.67 0.88 0.54
Hex 21 64 F1 56 3B 0 5 DD 58 36
Octal 41 144 361 126 73 0 5 335 130 66
Binary 100001 1100100 11110001 1010110 111011 0 101 11011101 1011000 110110

Color Harmonies of #2164F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2164F1

Black with #2164F1

Text Example


Text Example

White with #2164F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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