Html Css Color HEX #214DF3 Royal Blue

📋 copy color: '#214DF3'

red 33 ◦ green 77 ◦ blue 243

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

Shades of Royal Blue #214DF3

Tints of Royal Blue #214DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 68.84%

R = 9.35%
G = 21.81%
B = 68.84%

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

#214DF3 (or 0x214DF3) is known color: Royal Blue. HEX triplet: 21, 4D and F3. RGB value is (33,77,243). Sum of RGB (Red+Green+Blue) = 33+77+243=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 243 (95.31% from 255 or 68.84% from 353); Max value from RGB is 243 - color contains mainly: blue. Hex color #214DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214DF3 is #DEB20C. Grayscale: #525252. Windows color (decimal): -14594573 or 15944993. OLE color: 15944993.

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

Color convert

RGB 33 77 243 -
CMYK 0.86 0.68 0 0.05
HSL 227.43º 0.9% 0.54% -
HSV(B) 227.43º 0.86% 0.95% -
XYZ 19.46 12.1 86.1 -
YUV 82.77 218.42 92.5 -
System Red Green Blue C M Y K H S L
Decimal 33 77 243 0.86 0.68 0 0.05 227.43 0.9 0.54
Hex 21 4D F3 56 44 0 5 E3 5A 36
Octal 41 115 363 126 104 0 5 343 132 66
Binary 100001 1001101 11110011 1010110 1000100 0 101 11100011 1011010 110110

Color Harmonies of #214DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DF3

Black with #214DF3

Text Example


Text Example

White with #214DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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