Html Css Color HEX #2146ED Royal Blue

📋 copy color: '#2146ED'

red 33 ◦ green 70 ◦ blue 237

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

Shades of Royal Blue #2146ED

Tints of Royal Blue #2146ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.59%

 BLUE value IS 237 (92.97% from 255) = 69.71%

R = 9.71%
G = 20.59%
B = 69.71%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2146ED (or 0x2146ED) is known color: Royal Blue. HEX triplet: 21, 46 and ED. RGB value is (33,70,237). Sum of RGB (Red+Green+Blue) = 33+70+237=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #2146ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2146ED is #DEB912. Grayscale: #4D4D4D. Windows color (decimal): -14596371 or 15549985. OLE color: 15549985.

HSL color Cylindrical-coordinate representation of color #2146ED: hue angle of 229.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2146ED is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 70 237 -
CMYK 0.86 0.70 0 0.07
HSL 229.12º 0.85% 0.53% -
HSV(B) 229.12º 0.86% 0.93% -
XYZ 18.1 10.82 81.25 -
YUV 77.98 217.74 95.92 -
System Red Green Blue C M Y K H S L
Decimal 33 70 237 0.86 0.70 0 0.07 229.12 0.85 0.53
Hex 21 46 ED 56 46 0 7 E5 55 35
Octal 41 106 355 126 106 0 7 345 125 65
Binary 100001 1000110 11101101 1010110 1000110 0 111 11100101 1010101 110101

Color Harmonies of #2146ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2146ED

Black with #2146ED

Text Example


Text Example

White with #2146ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2146ED; }

 p { color: rgb(33,70,237); }

 H1.HeaderClassName
 {
   color: #2146ED;
 }
 .AnyTagClassName
 {
   color: #2146ED;
 }
</style>

background-color css

<style>
 a { background-color: #2146ED; }

 a { background-color: rgb(33,70,237); }

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

border-color css

<style>
 span { border-color: #2146ED; }

 span { border-color: rgb(33,70,237); }

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