#4284DF

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

Shades of Royal Blue #4284DF

Tints of Royal Blue #4284DF

Color information

#4284DF (or 0x4284DF) is unknown color: approx Royal Blue. HEX triplet: 42, 84 and DF. RGB value is (66,132,223). Sum of RGB (Red+Green+Blue) = 66+132+223=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #4284DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4284DF is #BD7B20. Grayscale: #7A7A7A. Windows color (decimal): -12417825 or 14648386. OLE color: 14648386.

HSL color Cylindrical-coordinate representation of color #4284DF: hue angle of 214.78º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4284DF is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66132223-
CMYK0.700.4100.13
HSL214.78º71.04%56.67%-
HSV(B)214.78º70.4%87.45%-
XYZ23.8222.9972.99-
YUV122.64184.6387.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.68%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 223 (87.5% from 255) = 52.97%
R=15.68%
G=31.35%
B=52.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661322230.700.4100.13214.7871.0456.67
Hex4284DF46290Dd74739
Octal1022043371065101532710771
Binary10000101000010011011111100011010100101101110101111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4284DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4284DF; }

 p { color: rgb(66,132,223); }

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

<style>
 a { background-color: #4284DF; }

 a { background-color: rgb(66,132,223); }

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

<style>
 span { border-color: #4284DF; }

 span { border-color: rgb(66,132,223); }

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