Html Css Color HEX #2168EB Royal Blue

📋 copy color: '#2168EB'

red 33 ◦ green 104 ◦ blue 235

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

Shades of Royal Blue #2168EB

Tints of Royal Blue #2168EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

 BLUE value IS 235 (92.19% from 255) = 63.17%

R = 8.87%
G = 27.96%
B = 63.17%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2168EB (or 0x2168EB) is known color: Royal Blue. HEX triplet: 21, 68 and EB. RGB value is (33,104,235). Sum of RGB (Red+Green+Blue) = 33+104+235=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #2168EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2168EB is #DE9714. Grayscale: #616161. Windows color (decimal): -14587669 or 15427617. OLE color: 15427617.

HSL color Cylindrical-coordinate representation of color #2168EB: hue angle of 218.91º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2168EB is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 104 235 -
CMYK 0.86 0.56 0 0.08
HSL 218.91º 0.83% 0.53% -
HSV(B) 218.91º 0.86% 0.92% -
XYZ 20.57 16.22 80.64 -
YUV 97.71 205.48 81.85 -
System Red Green Blue C M Y K H S L
Decimal 33 104 235 0.86 0.56 0 0.08 218.91 0.83 0.53
Hex 21 68 EB 56 38 0 8 DB 53 35
Octal 41 150 353 126 70 0 10 333 123 65
Binary 100001 1101000 11101011 1010110 111000 0 1000 11011011 1010011 110101

Color Harmonies of #2168EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2168EB

Black with #2168EB

Text Example


Text Example

White with #2168EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2168EB; }

 p { color: rgb(33,104,235); }

 H1.HeaderClassName
 {
   color: #2168EB;
 }
 .AnyTagClassName
 {
   color: #2168EB;
 }
</style>

background-color css

<style>
 a { background-color: #2168EB; }

 a { background-color: rgb(33,104,235); }

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

border-color css

<style>
 span { border-color: #2168EB; }

 span { border-color: rgb(33,104,235); }

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