Html Css Color HEX #4870DF Royal Blue

📋 copy color: '#4870DF'

red 72 ◦ green 112 ◦ blue 223

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

Shades of Royal Blue #4870DF

Tints of Royal Blue #4870DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 17.69%
G = 27.52%
B = 54.79%

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

#4870DF (or 0x4870DF) is known color: Royal Blue. HEX triplet: 48, 70 and DF. RGB value is (72,112,223). Sum of RGB (Red+Green+Blue) = 72+112+223=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #4870DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870DF is #B78F20. Grayscale: #707070. Windows color (decimal): -12029729 or 14643272. OLE color: 14643272.

HSL color Cylindrical-coordinate representation of color #4870DF: hue angle of 224.11º degrees, saturation: 0.7, 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 #4870DF is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 112 223 -
CMYK 0.68 0.50 0 0.13
HSL 224.11º 0.7% 0.58% -
HSV(B) 224.11º 0.68% 0.87% -
XYZ 21.79 18.29 72.19 -
YUV 112.69 190.25 98.97 -
System Red Green Blue C M Y K H S L
Decimal 72 112 223 0.68 0.50 0 0.13 224.11 0.7 0.58
Hex 48 70 DF 44 32 0 D E0 46 3A
Octal 110 160 337 104 62 0 15 340 106 72
Binary 1001000 1110000 11011111 1000100 110010 0 1101 11100000 1000110 111010

Color Harmonies of #4870DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870DF

Black with #4870DF

Text Example


Text Example

White with #4870DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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