Html Css Color HEX #2147ED Royal Blue

📋 copy color: '#2147ED'

red 33 ◦ green 71 ◦ blue 237

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

Shades of Royal Blue #2147ED

Tints of Royal Blue #2147ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.82%

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

R = 9.68%
G = 20.82%
B = 69.5%

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

#2147ED (or 0x2147ED) is known color: Royal Blue. HEX triplet: 21, 47 and ED. RGB value is (33,71,237). Sum of RGB (Red+Green+Blue) = 33+71+237=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #2147ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2147ED is #DEB812. Grayscale: #4D4D4D. Windows color (decimal): -14596115 or 15550241. OLE color: 15550241.

HSL color Cylindrical-coordinate representation of color #2147ED: hue angle of 228.82º 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 #2147ED is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 71 237 -
CMYK 0.86 0.70 0 0.07
HSL 228.82º 0.85% 0.53% -
HSV(B) 228.82º 0.86% 0.93% -
XYZ 18.17 10.94 81.28 -
YUV 78.56 217.41 95.5 -
System Red Green Blue C M Y K H S L
Decimal 33 71 237 0.86 0.70 0 0.07 228.82 0.85 0.53
Hex 21 47 ED 56 46 0 7 E5 55 35
Octal 41 107 355 126 106 0 7 345 125 65
Binary 100001 1000111 11101101 1010110 1000110 0 111 11100101 1010101 110101

Color Harmonies of #2147ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2147ED

Black with #2147ED

Text Example


Text Example

White with #2147ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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