Html Css Color HEX #216CEE Royal Blue

📋 copy color: '#216CEE'

red 33 ◦ green 108 ◦ blue 238

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

Shades of Royal Blue #216CEE

Tints of Royal Blue #216CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.5%

 BLUE value IS 238 (93.36% from 255) = 62.8%

R = 8.71%
G = 28.5%
B = 62.8%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#216CEE (or 0x216CEE) is known color: Royal Blue. HEX triplet: 21, 6C and EE. RGB value is (33,108,238). Sum of RGB (Red+Green+Blue) = 33+108+238=379 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.71% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #216CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216CEE is #DE9311. Grayscale: #636363. Windows color (decimal): -14586642 or 15625249. OLE color: 15625249.

HSL color Cylindrical-coordinate representation of color #216CEE: hue angle of 218.05º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #216CEE is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 108 238 -
CMYK 0.86 0.55 0 0.07
HSL 218.05º 0.86% 0.53% -
HSV(B) 218.05º 0.86% 0.93% -
XYZ 21.42 17.22 83.08 -
YUV 100.4 205.65 79.93 -
System Red Green Blue C M Y K H S L
Decimal 33 108 238 0.86 0.55 0 0.07 218.05 0.86 0.53
Hex 21 6C EE 56 37 0 7 DA 56 35
Octal 41 154 356 126 67 0 7 332 126 65
Binary 100001 1101100 11101110 1010110 110111 0 111 11011010 1010110 110101

Color Harmonies of #216CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216CEE

Black with #216CEE

Text Example


Text Example

White with #216CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,108,238); }

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

background-color css

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

 a { background-color: rgb(33,108,238); }

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

border-color css

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

 span { border-color: rgb(33,108,238); }

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