Html Css Color HEX #214CEC Royal Blue

📋 copy color: '#214CEC'

red 33 ◦ green 76 ◦ blue 236

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

Shades of Royal Blue #214CEC

Tints of Royal Blue #214CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.03%

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

R = 9.57%
G = 22.03%
B = 68.41%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#214CEC (or 0x214CEC) is known color: Royal Blue. HEX triplet: 21, 4C and EC. RGB value is (33,76,236). Sum of RGB (Red+Green+Blue) = 33+76+236=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #214CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214CEC is #DEB313. Grayscale: #505050. Windows color (decimal): -14594836 or 15485985. OLE color: 15485985.

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

Color convert

RGB 33 76 236 -
CMYK 0.86 0.68 0 0.07
HSL 227.29º 0.84% 0.53% -
HSV(B) 227.29º 0.86% 0.93% -
XYZ 18.35 11.55 80.62 -
YUV 81.38 215.25 93.49 -
System Red Green Blue C M Y K H S L
Decimal 33 76 236 0.86 0.68 0 0.07 227.29 0.84 0.53
Hex 21 4C EC 56 44 0 7 E3 54 35
Octal 41 114 354 126 104 0 7 343 124 65
Binary 100001 1001100 11101100 1010110 1000100 0 111 11100011 1010100 110101

Color Harmonies of #214CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CEC

Black with #214CEC

Text Example


Text Example

White with #214CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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