Html Css Color HEX #214AEC Royal Blue

📋 copy color: '#214AEC'

red 33 ◦ green 74 ◦ blue 236

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

Shades of Royal Blue #214AEC

Tints of Royal Blue #214AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.8%

R = 9.62%
G = 21.57%
B = 68.8%

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

#214AEC (or 0x214AEC) is known color: Royal Blue. HEX triplet: 21, 4A and EC. RGB value is (33,74,236). Sum of RGB (Red+Green+Blue) = 33+74+236=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #214AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214AEC is #DEB513. Grayscale: #4F4F4F. Windows color (decimal): -14595348 or 15485473. OLE color: 15485473.

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

Color convert

RGB 33 74 236 -
CMYK 0.86 0.69 0 0.07
HSL 227.88º 0.84% 0.53% -
HSV(B) 227.88º 0.86% 0.93% -
XYZ 18.22 11.28 80.57 -
YUV 80.21 215.92 94.33 -
System Red Green Blue C M Y K H S L
Decimal 33 74 236 0.86 0.69 0 0.07 227.88 0.84 0.53
Hex 21 4A EC 56 45 0 7 E4 54 35
Octal 41 112 354 126 105 0 7 344 124 65
Binary 100001 1001010 11101100 1010110 1000101 0 111 11100100 1010100 110101

Color Harmonies of #214AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214AEC

Black with #214AEC

Text Example


Text Example

White with #214AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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