Html Css Color HEX #4870DE Royal Blue

📋 copy color: '#4870DE'

red 72 ◦ green 112 ◦ blue 222

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

Shades of Royal Blue #4870DE

Tints of Royal Blue #4870DE

RGB

 RED value IS 72 (28.52% from 255) = 17.73%

 GREEN value IS 112 (44.14% from 255) = 27.59%

 BLUE value IS 222 (87.11% from 255) = 54.68%

R = 17.73%
G = 27.59%
B = 54.68%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4870DE (or 0x4870DE) is known color: Royal Blue. HEX triplet: 48, 70 and DE. RGB value is (72,112,222). Sum of RGB (Red+Green+Blue) = 72+112+222=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #4870DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870DE is #B78F21. Grayscale: #707070. Windows color (decimal): -12029730 or 14577736. OLE color: 14577736.

HSL color Cylindrical-coordinate representation of color #4870DE: hue angle of 224º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4870DE is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 112 222 -
CMYK 0.68 0.50 0 0.13
HSL 224º 0.69% 0.58% -
HSV(B) 224º 0.68% 0.87% -
XYZ 21.65 18.24 71.49 -
YUV 112.58 189.75 99.06 -
System Red Green Blue C M Y K H S L
Decimal 72 112 222 0.68 0.50 0 0.13 224 0.69 0.58
Hex 48 70 DE 44 32 0 D E0 45 3A
Octal 110 160 336 104 62 0 15 340 105 72
Binary 1001000 1110000 11011110 1000100 110010 0 1101 11100000 1000101 111010

Color Harmonies of #4870DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870DE

Black with #4870DE

Text Example


Text Example

White with #4870DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4870DE; }

 p { color: rgb(72,112,222); }

 H1.HeaderClassName
 {
   color: #4870DE;
 }
 .AnyTagClassName
 {
   color: #4870DE;
 }
</style>

background-color css

<style>
 a { background-color: #4870DE; }

 a { background-color: rgb(72,112,222); }

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

border-color css

<style>
 span { border-color: #4870DE; }

 span { border-color: rgb(72,112,222); }

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