Html Css Color HEX #216BEF Royal Blue

📋 copy color: '#216BEF'

red 33 ◦ green 107 ◦ blue 239

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

Shades of Royal Blue #216BEF

Tints of Royal Blue #216BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

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

R = 8.71%
G = 28.23%
B = 63.06%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#216BEF (or 0x216BEF) is known color: Royal Blue. HEX triplet: 21, 6B and EF. RGB value is (33,107,239). Sum of RGB (Red+Green+Blue) = 33+107+239=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #216BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216BEF is #DE9410. Grayscale: #636363. Windows color (decimal): -14586897 or 15690529. OLE color: 15690529.

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

Color convert

RGB 33 107 239 -
CMYK 0.86 0.55 0 0.06
HSL 218.45º 0.87% 0.53% -
HSV(B) 218.45º 0.86% 0.94% -
XYZ 21.46 17.07 83.83 -
YUV 99.92 206.48 80.27 -
System Red Green Blue C M Y K H S L
Decimal 33 107 239 0.86 0.55 0 0.06 218.45 0.87 0.53
Hex 21 6B EF 56 37 0 6 DA 57 35
Octal 41 153 357 126 67 0 6 332 127 65
Binary 100001 1101011 11101111 1010110 110111 0 110 11011010 1010111 110101

Color Harmonies of #216BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216BEF

Black with #216BEF

Text Example


Text Example

White with #216BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216BEF; }

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

 H1.HeaderClassName
 {
   color: #216BEF;
 }
 .AnyTagClassName
 {
   color: #216BEF;
 }
</style>

background-color css

<style>
 a { background-color: #216BEF; }

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

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

border-color css

<style>
 span { border-color: #216BEF; }

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

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