Html Css Color HEX #2170EF Royal Blue

📋 copy color: '#2170EF'

red 33 ◦ green 112 ◦ blue 239

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

Shades of Royal Blue #2170EF

Tints of Royal Blue #2170EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 239 (93.75% from 255) = 62.24%

R = 8.59%
G = 29.17%
B = 62.24%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2170EF (or 0x2170EF) is known color: Royal Blue. HEX triplet: 21, 70 and EF. RGB value is (33,112,239). Sum of RGB (Red+Green+Blue) = 33+112+239=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #2170EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2170EF is #DE8F10. Grayscale: #666666. Windows color (decimal): -14585617 or 15691809. OLE color: 15691809.

HSL color Cylindrical-coordinate representation of color #2170EF: hue angle of 216.99º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2170EF is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 112 239 -
CMYK 0.86 0.53 0 0.06
HSL 216.99º 0.87% 0.53% -
HSV(B) 216.99º 0.86% 0.94% -
XYZ 22 18.14 84 -
YUV 102.86 204.83 78.17 -
System Red Green Blue C M Y K H S L
Decimal 33 112 239 0.86 0.53 0 0.06 216.99 0.87 0.53
Hex 21 70 EF 56 35 0 6 D9 57 35
Octal 41 160 357 126 65 0 6 331 127 65
Binary 100001 1110000 11101111 1010110 110101 0 110 11011001 1010111 110101

Color Harmonies of #2170EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2170EF

Black with #2170EF

Text Example


Text Example

White with #2170EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2170EF; }

 p { color: rgb(33,112,239); }

 H1.HeaderClassName
 {
   color: #2170EF;
 }
 .AnyTagClassName
 {
   color: #2170EF;
 }
</style>

background-color css

<style>
 a { background-color: #2170EF; }

 a { background-color: rgb(33,112,239); }

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

border-color css

<style>
 span { border-color: #2170EF; }

 span { border-color: rgb(33,112,239); }

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