Html Css Color HEX #214EF6 Royal Blue

📋 copy color: '#214EF6'

red 33 ◦ green 78 ◦ blue 246

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

Shades of Royal Blue #214EF6

Tints of Royal Blue #214EF6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.85%

 BLUE value IS 246 (96.48% from 255) = 68.91%

R = 9.24%
G = 21.85%
B = 68.91%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#214EF6 (or 0x214EF6) is known color: Royal Blue. HEX triplet: 21, 4E and F6. RGB value is (33,78,246). Sum of RGB (Red+Green+Blue) = 33+78+246=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 246 (96.48% from 255 or 68.91% from 357); Max value from RGB is 246 - color contains mainly: blue. Hex color #214EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214EF6 is #DEB109. Grayscale: #525252. Windows color (decimal): -14594314 or 16141857. OLE color: 16141857.

HSL color Cylindrical-coordinate representation of color #214EF6: hue angle of 227.32º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #214EF6 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 78 246 -
CMYK 0.87 0.68 0 0.04
HSL 227.32º 0.92% 0.55% -
HSV(B) 227.32º 0.87% 0.96% -
XYZ 19.99 12.43 88.53 -
YUV 83.7 219.59 91.84 -
System Red Green Blue C M Y K H S L
Decimal 33 78 246 0.87 0.68 0 0.04 227.32 0.92 0.55
Hex 21 4E F6 57 44 0 4 E3 5C 37
Octal 41 116 366 127 104 0 4 343 134 67
Binary 100001 1001110 11110110 1010111 1000100 0 100 11100011 1011100 110111

Color Harmonies of #214EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EF6

Black with #214EF6

Text Example


Text Example

White with #214EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,78,246); }

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

background-color css

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

 a { background-color: rgb(33,78,246); }

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

border-color css

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

 span { border-color: rgb(33,78,246); }

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