Html Css Color HEX #214DF0 Royal Blue

📋 copy color: '#214DF0'

red 33 ◦ green 77 ◦ blue 240

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

Shades of Royal Blue #214DF0

Tints of Royal Blue #214DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 68.57%

R = 9.43%
G = 22%
B = 68.57%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#214DF0 (or 0x214DF0) is known color: Royal Blue. HEX triplet: 21, 4D and F0. RGB value is (33,77,240). Sum of RGB (Red+Green+Blue) = 33+77+240=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #214DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214DF0 is #DEB20F. Grayscale: #515151. Windows color (decimal): -14594576 or 15748385. OLE color: 15748385.

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

Color convert

RGB 33 77 240 -
CMYK 0.86 0.68 0 0.06
HSL 227.25º 0.87% 0.54% -
HSV(B) 227.25º 0.86% 0.94% -
XYZ 19.01 11.92 83.74 -
YUV 82.43 216.92 92.75 -
System Red Green Blue C M Y K H S L
Decimal 33 77 240 0.86 0.68 0 0.06 227.25 0.87 0.54
Hex 21 4D F0 56 44 0 6 E3 57 36
Octal 41 115 360 126 104 0 6 343 127 66
Binary 100001 1001101 11110000 1010110 1000100 0 110 11100011 1010111 110110

Color Harmonies of #214DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DF0

Black with #214DF0

Text Example


Text Example

White with #214DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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