Html Css Color HEX #2169EF Royal Blue

📋 copy color: '#2169EF'

red 33 ◦ green 105 ◦ blue 239

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

Shades of Royal Blue #2169EF

Tints of Royal Blue #2169EF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

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

R = 8.75%
G = 27.85%
B = 63.4%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2169EF (or 0x2169EF) is known color: Royal Blue. HEX triplet: 21, 69 and EF. RGB value is (33,105,239). Sum of RGB (Red+Green+Blue) = 33+105+239=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #2169EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2169EF is #DE9610. Grayscale: #626262. Windows color (decimal): -14587409 or 15690017. OLE color: 15690017.

HSL color Cylindrical-coordinate representation of color #2169EF: hue angle of 219.03º 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 #2169EF is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 105 239 -
CMYK 0.86 0.56 0 0.06
HSL 219.03º 0.87% 0.53% -
HSV(B) 219.03º 0.86% 0.94% -
XYZ 21.26 16.66 83.76 -
YUV 98.75 207.15 81.1 -
System Red Green Blue C M Y K H S L
Decimal 33 105 239 0.86 0.56 0 0.06 219.03 0.87 0.53
Hex 21 69 EF 56 38 0 6 DB 57 35
Octal 41 151 357 126 70 0 6 333 127 65
Binary 100001 1101001 11101111 1010110 111000 0 110 11011011 1010111 110101

Color Harmonies of #2169EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2169EF

Black with #2169EF

Text Example


Text Example

White with #2169EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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