Html Css Color HEX #214FEE Royal Blue

📋 copy color: '#214FEE'

red 33 ◦ green 79 ◦ blue 238

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

Shades of Royal Blue #214FEE

Tints of Royal Blue #214FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68%

R = 9.43%
G = 22.57%
B = 68%

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

#214FEE (or 0x214FEE) is known color: Royal Blue. HEX triplet: 21, 4F and EE. RGB value is (33,79,238). Sum of RGB (Red+Green+Blue) = 33+79+238=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #214FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214FEE is #DEB011. Grayscale: #525252. Windows color (decimal): -14594066 or 15617825. OLE color: 15617825.

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

Color convert

RGB 33 79 238 -
CMYK 0.86 0.67 0 0.07
HSL 226.54º 0.86% 0.53% -
HSV(B) 226.54º 0.86% 0.93% -
XYZ 18.86 12.09 82.23 -
YUV 83.37 215.26 92.07 -
System Red Green Blue C M Y K H S L
Decimal 33 79 238 0.86 0.67 0 0.07 226.54 0.86 0.53
Hex 21 4F EE 56 43 0 7 E3 56 35
Octal 41 117 356 126 103 0 7 343 126 65
Binary 100001 1001111 11101110 1010110 1000011 0 111 11100011 1010110 110101

Color Harmonies of #214FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FEE

Black with #214FEE

Text Example


Text Example

White with #214FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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