Html Css Color HEX #214FE7 Royal Blue

📋 copy color: '#214FE7'

red 33 ◦ green 79 ◦ blue 231

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

Shades of Royal Blue #214FE7

Tints of Royal Blue #214FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 67.35%

R = 9.62%
G = 23.03%
B = 67.35%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#214FE7 (or 0x214FE7) is known color: Royal Blue. HEX triplet: 21, 4F and E7. RGB value is (33,79,231). Sum of RGB (Red+Green+Blue) = 33+79+231=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 231 (90.62% from 255 or 67.35% from 343); Max value from RGB is 231 - color contains mainly: blue. Hex color #214FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214FE7 is #DEB018. Grayscale: #515151. Windows color (decimal): -14594073 or 15159073. OLE color: 15159073.

HSL color Cylindrical-coordinate representation of color #214FE7: hue angle of 226.06º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214FE7 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 79 231 -
CMYK 0.86 0.66 0 0.09
HSL 226.06º 0.8% 0.52% -
HSV(B) 226.06º 0.86% 0.91% -
XYZ 17.85 11.68 76.92 -
YUV 82.57 211.76 92.64 -
System Red Green Blue C M Y K H S L
Decimal 33 79 231 0.86 0.66 0 0.09 226.06 0.8 0.52
Hex 21 4F E7 56 42 0 9 E2 50 34
Octal 41 117 347 126 102 0 11 342 120 64
Binary 100001 1001111 11100111 1010110 1000010 0 1001 11100010 1010000 110100

Color Harmonies of #214FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FE7

Black with #214FE7

Text Example


Text Example

White with #214FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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