Html Css Color HEX #214CE9 Royal Blue

📋 copy color: '#214CE9'

red 33 ◦ green 76 ◦ blue 233

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

Shades of Royal Blue #214CE9

Tints of Royal Blue #214CE9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.22%

 BLUE value IS 233 (91.41% from 255) = 68.13%

R = 9.65%
G = 22.22%
B = 68.13%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#214CE9 (or 0x214CE9) is known color: Royal Blue. HEX triplet: 21, 4C and E9. RGB value is (33,76,233). Sum of RGB (Red+Green+Blue) = 33+76+233=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 233 (91.41% from 255 or 68.13% from 342); Max value from RGB is 233 - color contains mainly: blue. Hex color #214CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214CE9 is #DEB316. Grayscale: #505050. Windows color (decimal): -14594839 or 15289377. OLE color: 15289377.

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

Color convert

RGB 33 76 233 -
CMYK 0.86 0.67 0 0.09
HSL 227.1º 0.82% 0.52% -
HSV(B) 227.1º 0.86% 0.91% -
XYZ 17.92 11.38 78.34 -
YUV 81.04 213.75 93.73 -
System Red Green Blue C M Y K H S L
Decimal 33 76 233 0.86 0.67 0 0.09 227.1 0.82 0.52
Hex 21 4C E9 56 43 0 9 E3 52 34
Octal 41 114 351 126 103 0 11 343 122 64
Binary 100001 1001100 11101001 1010110 1000011 0 1001 11100011 1010010 110100

Color Harmonies of #214CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CE9

Black with #214CE9

Text Example


Text Example

White with #214CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,76,233); }

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

background-color css

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

 a { background-color: rgb(33,76,233); }

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

border-color css

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

 span { border-color: rgb(33,76,233); }

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