Html Css Color HEX #4875FD Royal Blue

📋 copy color: '#4875FD'

red 72 ◦ green 117 ◦ blue 253

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

Shades of Royal Blue #4875FD

Tints of Royal Blue #4875FD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

 BLUE value IS 253 (99.22% from 255) = 57.24%

R = 16.29%
G = 26.47%
B = 57.24%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4875FD (or 0x4875FD) is known color: Royal Blue. HEX triplet: 48, 75 and FD. RGB value is (72,117,253). Sum of RGB (Red+Green+Blue) = 72+117+253=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #4875FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4875FD is #B78A02. Grayscale: #767676. Windows color (decimal): -12028419 or 16610632. OLE color: 16610632.

HSL color Cylindrical-coordinate representation of color #4875FD: hue angle of 225.08º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4875FD is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 117 253 -
CMYK 0.72 0.54 0 0.01
HSL 225.08º 0.98% 0.64% -
HSV(B) 225.08º 0.72% 0.99% -
XYZ 26.76 21.19 95.61 -
YUV 119.05 203.59 94.44 -
System Red Green Blue C M Y K H S L
Decimal 72 117 253 0.72 0.54 0 0.01 225.08 0.98 0.64
Hex 48 75 FD 48 36 0 1 E1 62 40
Octal 110 165 375 110 66 0 1 341 142 100
Binary 1001000 1110101 11111101 1001000 110110 0 1 11100001 1100010 1000000

Color Harmonies of #4875FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4875FD

Black with #4875FD

Text Example


Text Example

White with #4875FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4875FD; }

 p { color: rgb(72,117,253); }

 H1.HeaderClassName
 {
   color: #4875FD;
 }
 .AnyTagClassName
 {
   color: #4875FD;
 }
</style>

background-color css

<style>
 a { background-color: #4875FD; }

 a { background-color: rgb(72,117,253); }

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

border-color css

<style>
 span { border-color: #4875FD; }

 span { border-color: rgb(72,117,253); }

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