Html Css Color HEX #4066D0 Royal Blue

📋 copy color: '#4066D0'

red 64 ◦ green 102 ◦ blue 208

#4066D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4066D0

Tints of Royal Blue #4066D0

RGB

 RED value IS 64 (25.39% from 255) = 17.11%

 GREEN value IS 102 (40.23% from 255) = 27.27%

 BLUE value IS 208 (81.64% from 255) = 55.61%

R = 17.11%
G = 27.27%
B = 55.61%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4066D0 (or 0x4066D0) is known color: Royal Blue. HEX triplet: 40, 66 and D0. RGB value is (64,102,208). Sum of RGB (Red+Green+Blue) = 64+102+208=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #4066D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4066D0 is #BF992F. Grayscale: #666666. Windows color (decimal): -12556592 or 13657664. OLE color: 13657664.

HSL color Cylindrical-coordinate representation of color #4066D0: hue angle of 224.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4066D0 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 102 208 -
CMYK 0.69 0.51 0 0.18
HSL 224.17º 0.61% 0.53% -
HSV(B) 224.17º 0.69% 0.82% -
XYZ 18.25 15.15 61.64 -
YUV 102.72 187.41 100.38 -
System Red Green Blue C M Y K H S L
Decimal 64 102 208 0.69 0.51 0 0.18 224.17 0.61 0.53
Hex 40 66 D0 45 33 0 12 E0 3D 35
Octal 100 146 320 105 63 0 22 340 75 65
Binary 1000000 1100110 11010000 1000101 110011 0 10010 11100000 111101 110101

Color Harmonies of #4066D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4066D0

Black with #4066D0

Text Example


Text Example

White with #4066D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4066D0; }

 p { color: rgb(64,102,208); }

 H1.HeaderClassName
 {
   color: #4066D0;
 }
 .AnyTagClassName
 {
   color: #4066D0;
 }
</style>

background-color css

<style>
 a { background-color: #4066D0; }

 a { background-color: rgb(64,102,208); }

 div.DivClassName
 {
   background-color: #4066D0;
 }
 .BgClassName
 {
   background-color: #4066D0;
 }
</style>

border-color css

<style>
 span { border-color: #4066D0; }

 span { border-color: rgb(64,102,208); }

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