Html Css Color HEX #4F81DD Royal Blue

📋 copy color: '#4F81DD'

red 79 ◦ green 129 ◦ blue 221

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

Shades of Royal Blue #4F81DD

Tints of Royal Blue #4F81DD

RGB

 RED value IS 79 (31.25% from 255) = 18.41%

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 18.41%
G = 30.07%
B = 51.52%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F81DD (or 0x4F81DD) is known color: Royal Blue. HEX triplet: 4F, 81 and DD. RGB value is (79,129,221). Sum of RGB (Red+Green+Blue) = 79+129+221=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F81DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F81DD is #B07E22. Grayscale: #7C7C7C. Windows color (decimal): -11566627 or 14516559. OLE color: 14516559.

HSL color Cylindrical-coordinate representation of color #4F81DD: hue angle of 218.87º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F81DD is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 129 221 -
CMYK 0.64 0.42 0 0.13
HSL 218.87º 0.68% 0.59% -
HSV(B) 218.87º 0.64% 0.87% -
XYZ 24.13 22.58 71.49 -
YUV 124.54 182.44 95.52 -
System Red Green Blue C M Y K H S L
Decimal 79 129 221 0.64 0.42 0 0.13 218.87 0.68 0.59
Hex 4F 81 DD 40 2A 0 D DB 44 3B
Octal 117 201 335 100 52 0 15 333 104 73
Binary 1001111 10000001 11011101 1000000 101010 0 1101 11011011 1000100 111011

Color Harmonies of #4F81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F81DD

Black with #4F81DD

Text Example


Text Example

White with #4F81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F81DD; }

 p { color: rgb(79,129,221); }

 H1.HeaderClassName
 {
   color: #4F81DD;
 }
 .AnyTagClassName
 {
   color: #4F81DD;
 }
</style>

background-color css

<style>
 a { background-color: #4F81DD; }

 a { background-color: rgb(79,129,221); }

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

border-color css

<style>
 span { border-color: #4F81DD; }

 span { border-color: rgb(79,129,221); }

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