Html Css Color HEX #4881FD Royal Blue

📋 copy color: '#4881FD'

red 72 ◦ green 129 ◦ blue 253

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

Shades of Royal Blue #4881FD

Tints of Royal Blue #4881FD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.41%

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

R = 15.86%
G = 28.41%
B = 55.73%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4881FD (or 0x4881FD) is known color: Royal Blue. HEX triplet: 48, 81 and FD. RGB value is (72,129,253). Sum of RGB (Red+Green+Blue) = 72+129+253=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #4881FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4881FD is #B77E02. Grayscale: #7D7D7D. Windows color (decimal): -12025347 or 16613704. OLE color: 16613704.

HSL color Cylindrical-coordinate representation of color #4881FD: hue angle of 221.1º 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 #4881FD is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 129 253 -
CMYK 0.72 0.49 0 0.01
HSL 221.11º 0.98% 0.64% -
HSV(B) 221.11º 0.72% 0.99% -
XYZ 28.25 24.17 96.1 -
YUV 126.09 199.62 89.42 -
System Red Green Blue C M Y K H S L
Decimal 72 129 253 0.72 0.49 0 0.01 221.11 0.98 0.64
Hex 48 81 FD 48 31 0 1 DD 62 40
Octal 110 201 375 110 61 0 1 335 142 100
Binary 1001000 10000001 11111101 1001000 110001 0 1 11011101 1100010 1000000

Color Harmonies of #4881FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4881FD

Black with #4881FD

Text Example


Text Example

White with #4881FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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