#4268DC

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

Shades of Royal Blue #4268DC

Tints of Royal Blue #4268DC

Color information

#4268DC (or 0x4268DC) is unknown color: approx Royal Blue. HEX triplet: 42, 68 and DC. RGB value is (66,104,220). Sum of RGB (Red+Green+Blue) = 66+104+220=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #4268DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4268DC is #BD9723. Grayscale: #696969. Windows color (decimal): -12424996 or 14444610. OLE color: 14444610.

HSL color Cylindrical-coordinate representation of color #4268DC: hue angle of 225.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4268DC is Cyan = 0.7, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB66104220-
CMYK0.70.5300.14
HSL225.19º68.75%56.08%-
HSV(B)225.19º70%86.27%-
XYZ20.1216.2369.78-
YUV105.86192.4199.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.92%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 220 (86.33% from 255) = 56.41%
R=16.92%
G=26.67%
B=56.41%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal661042200.70.5300.14225.1968.7556.08
Hex4268DC46350Ee14538
Octal1021503341066501634110570
Binary1000010110100011011100100011011010101110111000011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4268DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4268DC; }

 p { color: rgb(66,104,220); }

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

<style>
 a { background-color: #4268DC; }

 a { background-color: rgb(66,104,220); }

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

<style>
 span { border-color: #4268DC; }

 span { border-color: rgb(66,104,220); }

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