Html Css Color HEX #4068DC Royal Blue

📋 copy color: '#4068DC'

red 64 ◦ green 104 ◦ blue 220

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

Shades of Royal Blue #4068DC

Tints of Royal Blue #4068DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.8%

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 16.49%
G = 26.8%
B = 56.7%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4068DC (or 0x4068DC) is known color: Royal Blue. HEX triplet: 40, 68 and DC. RGB value is (64,104,220). Sum of RGB (Red+Green+Blue) = 64+104+220=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #4068DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4068DC is #BF9723. Grayscale: #686868. Windows color (decimal): -12556068 or 14444608. OLE color: 14444608.

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

Color convert

RGB 64 104 220 -
CMYK 0.71 0.53 0 0.14
HSL 224.62º 0.69% 0.56% -
HSV(B) 224.62º 0.71% 0.86% -
XYZ 19.98 16.16 69.78 -
YUV 105.26 192.75 98.57 -
System Red Green Blue C M Y K H S L
Decimal 64 104 220 0.71 0.53 0 0.14 224.62 0.69 0.56
Hex 40 68 DC 47 35 0 E E1 45 38
Octal 100 150 334 107 65 0 16 341 105 70
Binary 1000000 1101000 11011100 1000111 110101 0 1110 11100001 1000101 111000

Color Harmonies of #4068DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4068DC

Black with #4068DC

Text Example


Text Example

White with #4068DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4068DC;
 }
 .AnyTagClassName
 {
   color: #4068DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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