#4182FD

Color #4182FD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4182FD

Tints of Royal Blue #4182FD

Color information

#4182FD (or 0x4182FD) is unknown color: approx Royal Blue. HEX triplet: 41, 82 and FD. RGB value is (65,130,253). Sum of RGB (Red+Green+Blue) = 65+130+253=448 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.51% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #4182FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4182FD is #BE7D02. Grayscale: #7C7C7C. Windows color (decimal): -12483843 or 16613953. OLE color: 16613953.

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

Color convert

RGB65130253-
CMYK0.740.4900.01
HSL219.26º97.92%62.35%-
HSV(B)219.26º74.31%99.22%-
XYZ27.8924.1896.13-
YUV124.59200.4785.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.51%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 253 (99.22% from 255) = 56.47%
R=14.51%
G=29.02%
B=56.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal651302530.740.4900.01219.2697.9262.35
Hex4182FD4A3101db623e
Octal101202375112610133314276
Binary10000011000001011111101100101011000101110110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4182FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,130,253); }

 H1.HeaderClassName
 {
   color: #4182FD;
 }
 .AnyTagClassName
 {
   color: #4182FD;
 }
</style>
background-color css

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

 a { background-color: rgb(65,130,253); }

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

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

 span { border-color: rgb(65,130,253); }

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