Html Css Color HEX #4068DA Royal Blue

📋 copy color: '#4068DA'

red 64 ◦ green 104 ◦ blue 218

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

Shades of Royal Blue #4068DA

Tints of Royal Blue #4068DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.48%

R = 16.58%
G = 26.94%
B = 56.48%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4068DA (or 0x4068DA) is known color: Royal Blue. HEX triplet: 40, 68 and DA. RGB value is (64,104,218). Sum of RGB (Red+Green+Blue) = 64+104+218=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #4068DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4068DA is #BF9725. Grayscale: #686868. Windows color (decimal): -12556070 or 14313536. OLE color: 14313536.

HSL color Cylindrical-coordinate representation of color #4068DA: hue angle of 224.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4068DA is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 104 218 -
CMYK 0.71 0.52 0 0.15
HSL 224.42º 0.68% 0.55% -
HSV(B) 224.42º 0.71% 0.85% -
XYZ 19.72 16.05 68.39 -
YUV 105.04 191.75 98.73 -
System Red Green Blue C M Y K H S L
Decimal 64 104 218 0.71 0.52 0 0.15 224.42 0.68 0.55
Hex 40 68 DA 47 34 0 F E0 44 37
Octal 100 150 332 107 64 0 17 340 104 67
Binary 1000000 1101000 11011010 1000111 110100 0 1111 11100000 1000100 110111

Color Harmonies of #4068DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4068DA

Black with #4068DA

Text Example


Text Example

White with #4068DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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