Html Css Color HEX #214FEA Royal Blue

📋 copy color: '#214FEA'

red 33 ◦ green 79 ◦ blue 234

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

Shades of Royal Blue #214FEA

Tints of Royal Blue #214FEA

RGB

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

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

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

R = 9.54%
G = 22.83%
B = 67.63%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#214FEA (or 0x214FEA) is known color: Royal Blue. HEX triplet: 21, 4F and EA. RGB value is (33,79,234). Sum of RGB (Red+Green+Blue) = 33+79+234=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #214FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214FEA is #DEB015. Grayscale: #525252. Windows color (decimal): -14594070 or 15355681. OLE color: 15355681.

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

Color convert

RGB 33 79 234 -
CMYK 0.86 0.66 0 0.08
HSL 226.27º 0.83% 0.52% -
HSV(B) 226.27º 0.86% 0.92% -
XYZ 18.27 11.86 79.17 -
YUV 82.92 213.26 92.4 -
System Red Green Blue C M Y K H S L
Decimal 33 79 234 0.86 0.66 0 0.08 226.27 0.83 0.52
Hex 21 4F EA 56 42 0 8 E2 53 34
Octal 41 117 352 126 102 0 10 342 123 64
Binary 100001 1001111 11101010 1010110 1000010 0 1000 11100010 1010011 110100

Color Harmonies of #214FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FEA

Black with #214FEA

Text Example


Text Example

White with #214FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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