Html Css Color HEX #214DEE Royal Blue

📋 copy color: '#214DEE'

red 33 ◦ green 77 ◦ blue 238

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

Shades of Royal Blue #214DEE

Tints of Royal Blue #214DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.13%

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

R = 9.48%
G = 22.13%
B = 68.39%

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

#214DEE (or 0x214DEE) is known color: Royal Blue. HEX triplet: 21, 4D and EE. RGB value is (33,77,238). Sum of RGB (Red+Green+Blue) = 33+77+238=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #214DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214DEE is #DEB211. Grayscale: #515151. Windows color (decimal): -14594578 or 15617313. OLE color: 15617313.

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

Color convert

RGB 33 77 238 -
CMYK 0.86 0.68 0 0.07
HSL 227.12º 0.86% 0.53% -
HSV(B) 227.12º 0.86% 0.93% -
XYZ 18.71 11.8 82.18 -
YUV 82.2 215.92 92.91 -
System Red Green Blue C M Y K H S L
Decimal 33 77 238 0.86 0.68 0 0.07 227.12 0.86 0.53
Hex 21 4D EE 56 44 0 7 E3 56 35
Octal 41 115 356 126 104 0 7 343 126 65
Binary 100001 1001101 11101110 1010110 1000100 0 111 11100011 1010110 110101

Color Harmonies of #214DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DEE

Black with #214DEE

Text Example


Text Example

White with #214DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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