Html Css Color HEX #2162F9 Royal Blue

📋 copy color: '#2162F9'

red 33 ◦ green 98 ◦ blue 249

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

Shades of Royal Blue #2162F9

Tints of Royal Blue #2162F9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

 BLUE value IS 249 (97.66% from 255) = 65.53%

R = 8.68%
G = 25.79%
B = 65.53%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2162F9 (or 0x2162F9) is known color: Royal Blue. HEX triplet: 21, 62 and F9. RGB value is (33,98,249). Sum of RGB (Red+Green+Blue) = 33+98+249=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #2162F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2162F9 is #DE9D06. Grayscale: #5F5F5F. Windows color (decimal): -14589191 or 16343585. OLE color: 16343585.

HSL color Cylindrical-coordinate representation of color #2162F9: hue angle of 221.94º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2162F9 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 98 249 -
CMYK 0.87 0.61 0 0.02
HSL 221.94º 0.95% 0.55% -
HSV(B) 221.94º 0.87% 0.98% -
XYZ 22.09 15.9 91.53 -
YUV 95.78 214.47 83.22 -
System Red Green Blue C M Y K H S L
Decimal 33 98 249 0.87 0.61 0 0.02 221.94 0.95 0.55
Hex 21 62 F9 57 3D 0 2 DE 5F 37
Octal 41 142 371 127 75 0 2 336 137 67
Binary 100001 1100010 11111001 1010111 111101 0 10 11011110 1011111 110111

Color Harmonies of #2162F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2162F9

Black with #2162F9

Text Example


Text Example

White with #2162F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2162F9; }

 p { color: rgb(33,98,249); }

 H1.HeaderClassName
 {
   color: #2162F9;
 }
 .AnyTagClassName
 {
   color: #2162F9;
 }
</style>

background-color css

<style>
 a { background-color: #2162F9; }

 a { background-color: rgb(33,98,249); }

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

border-color css

<style>
 span { border-color: #2162F9; }

 span { border-color: rgb(33,98,249); }

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