Html Css Color HEX #216FEA Royal Blue

📋 copy color: '#216FEA'

red 33 ◦ green 111 ◦ blue 234

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

Shades of Royal Blue #216FEA

Tints of Royal Blue #216FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 8.73%
G = 29.37%
B = 61.9%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#216FEA (or 0x216FEA) is known color: Royal Blue. HEX triplet: 21, 6F and EA. RGB value is (33,111,234). Sum of RGB (Red+Green+Blue) = 33+111+234=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #216FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216FEA is #DE9015. Grayscale: #656565. Windows color (decimal): -14585878 or 15363873. OLE color: 15363873.

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

Color convert

RGB 33 111 234 -
CMYK 0.86 0.53 0 0.08
HSL 216.72º 0.83% 0.52% -
HSV(B) 216.72º 0.86% 0.92% -
XYZ 21.16 17.63 80.13 -
YUV 101.7 202.66 79 -
System Red Green Blue C M Y K H S L
Decimal 33 111 234 0.86 0.53 0 0.08 216.72 0.83 0.52
Hex 21 6F EA 56 35 0 8 D9 53 34
Octal 41 157 352 126 65 0 10 331 123 64
Binary 100001 1101111 11101010 1010110 110101 0 1000 11011001 1010011 110100

Color Harmonies of #216FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216FEA

Black with #216FEA

Text Example


Text Example

White with #216FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,111,234); }

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

background-color css

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

 a { background-color: rgb(33,111,234); }

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

border-color css

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

 span { border-color: rgb(33,111,234); }

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