Html Css Color HEX #214DF2 Royal Blue

📋 copy color: '#214DF2'

red 33 ◦ green 77 ◦ blue 242

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

Shades of Royal Blue #214DF2

Tints of Royal Blue #214DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 68.75%

R = 9.38%
G = 21.88%
B = 68.75%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#214DF2 (or 0x214DF2) is known color: Royal Blue. HEX triplet: 21, 4D and F2. RGB value is (33,77,242). Sum of RGB (Red+Green+Blue) = 33+77+242=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #214DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214DF2 is #DEB20D. Grayscale: #515151. Windows color (decimal): -14594574 or 15879457. OLE color: 15879457.

HSL color Cylindrical-coordinate representation of color #214DF2: hue angle of 227.37º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214DF2 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 77 242 -
CMYK 0.86 0.68 0 0.05
HSL 227.37º 0.89% 0.54% -
HSV(B) 227.37º 0.86% 0.95% -
XYZ 19.31 12.04 85.31 -
YUV 82.65 217.92 92.58 -
System Red Green Blue C M Y K H S L
Decimal 33 77 242 0.86 0.68 0 0.05 227.37 0.89 0.54
Hex 21 4D F2 56 44 0 5 E3 59 36
Octal 41 115 362 126 104 0 5 343 131 66
Binary 100001 1001101 11110010 1010110 1000100 0 101 11100011 1011001 110110

Color Harmonies of #214DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DF2

Black with #214DF2

Text Example


Text Example

White with #214DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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