#4282FF

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

Shades of Royal Blue #4282FF

Tints of Royal Blue #4282FF

Color information

#4282FF (or 0x4282FF) is unknown color: approx Royal Blue. HEX triplet: 42, 82 and FF. RGB value is (66,130,255). Sum of RGB (Red+Green+Blue) = 66+130+255=451 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.63% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #4282FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4282FF is #BD7D00. Grayscale: #7C7C7C. Windows color (decimal): -12418305 or 16745026. OLE color: 16745026.

HSL color Cylindrical-coordinate representation of color #4282FF: hue angle of 219.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4282FF is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB66130255-
CMYK0.740.4900
HSL219.68º100%62.94%-
HSV(B)219.68º74.12%100%-
XYZ28.2824.3497.82-
YUV125.11201.385.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.63%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 255 (100% from 255) = 56.54%
R=14.63%
G=28.82%
B=56.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal661302550.740.4900219.6810062.94
Hex4282FF4A3100dc643f
Octal102202377112610033414477
Binary10000101000001011111111100101011000100110111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4282FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4282FF; }

 p { color: rgb(66,130,255); }

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

<style>
 a { background-color: #4282FF; }

 a { background-color: rgb(66,130,255); }

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

<style>
 span { border-color: #4282FF; }

 span { border-color: rgb(66,130,255); }

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