Html Css Color HEX #214AED Royal Blue

📋 copy color: '#214AED'

red 33 ◦ green 74 ◦ blue 237

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

Shades of Royal Blue #214AED

Tints of Royal Blue #214AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 237 (92.97% from 255) = 68.9%

R = 9.59%
G = 21.51%
B = 68.9%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#214AED (or 0x214AED) is known color: Royal Blue. HEX triplet: 21, 4A and ED. RGB value is (33,74,237). Sum of RGB (Red+Green+Blue) = 33+74+237=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #214AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214AED is #DEB512. Grayscale: #4F4F4F. Windows color (decimal): -14595347 or 15551009. OLE color: 15551009.

HSL color Cylindrical-coordinate representation of color #214AED: hue angle of 227.94º degrees, saturation: 0.85, 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 #214AED is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 74 237 -
CMYK 0.86 0.69 0 0.07
HSL 227.94º 0.85% 0.53% -
HSV(B) 227.94º 0.86% 0.93% -
XYZ 18.36 11.34 81.34 -
YUV 80.32 216.42 94.25 -
System Red Green Blue C M Y K H S L
Decimal 33 74 237 0.86 0.69 0 0.07 227.94 0.85 0.53
Hex 21 4A ED 56 45 0 7 E4 55 35
Octal 41 112 355 126 105 0 7 344 125 65
Binary 100001 1001010 11101101 1010110 1000101 0 111 11100100 1010101 110101

Color Harmonies of #214AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214AED

Black with #214AED

Text Example


Text Example

White with #214AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214AED; }

 p { color: rgb(33,74,237); }

 H1.HeaderClassName
 {
   color: #214AED;
 }
 .AnyTagClassName
 {
   color: #214AED;
 }
</style>

background-color css

<style>
 a { background-color: #214AED; }

 a { background-color: rgb(33,74,237); }

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

border-color css

<style>
 span { border-color: #214AED; }

 span { border-color: rgb(33,74,237); }

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