Html Css Color HEX #214FEC Royal Blue

📋 copy color: '#214FEC'

red 33 ◦ green 79 ◦ blue 236

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

Shades of Royal Blue #214FEC

Tints of Royal Blue #214FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

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

R = 9.48%
G = 22.7%
B = 67.82%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#214FEC (or 0x214FEC) is known color: Royal Blue. HEX triplet: 21, 4F and EC. RGB value is (33,79,236). Sum of RGB (Red+Green+Blue) = 33+79+236=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #214FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214FEC is #DEB013. Grayscale: #525252. Windows color (decimal): -14594068 or 15486753. OLE color: 15486753.

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

Color convert

RGB 33 79 236 -
CMYK 0.86 0.67 0 0.07
HSL 226.4º 0.84% 0.53% -
HSV(B) 226.4º 0.86% 0.93% -
XYZ 18.56 11.97 80.69 -
YUV 83.14 214.26 92.23 -
System Red Green Blue C M Y K H S L
Decimal 33 79 236 0.86 0.67 0 0.07 226.4 0.84 0.53
Hex 21 4F EC 56 43 0 7 E2 54 35
Octal 41 117 354 126 103 0 7 342 124 65
Binary 100001 1001111 11101100 1010110 1000011 0 111 11100010 1010100 110101

Color Harmonies of #214FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FEC

Black with #214FEC

Text Example


Text Example

White with #214FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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