#4068FF

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

Shades of Royal Blue #4068FF

Tints of Royal Blue #4068FF

Color information

#4068FF (or 0x4068FF) is unknown color: approx Royal Blue. HEX triplet: 40, 68 and FF. RGB value is (64,104,255). Sum of RGB (Red+Green+Blue) = 64+104+255=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #4068FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4068FF is #BF9700. Grayscale: #6C6C6C. Windows color (decimal): -12556033 or 16738368. OLE color: 16738368.

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

Color convert

RGB64104255-
CMYK0.750.5900
HSL227.43º100%62.55%-
HSV(B)227.43º74.9%100%-
XYZ25.1118.2196.8-
YUV109.25210.2595.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.13%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 255 (100% from 255) = 60.28%
R=15.13%
G=24.59%
B=60.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641042550.750.5900227.4310062.55
Hex4068FF4B3B00e3643f
Octal100150377113730034314477
Binary1000000110100011111111100101111101100111000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4068FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,104,255); }

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

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

 a { background-color: rgb(64,104,255); }

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

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

 span { border-color: rgb(64,104,255); }

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