Html Css Color HEX #4068DB Royal Blue

📋 copy color: '#4068DB'

red 64 ◦ green 104 ◦ blue 219

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

Shades of Royal Blue #4068DB

Tints of Royal Blue #4068DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 16.54%
G = 26.87%
B = 56.59%

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

#4068DB (or 0x4068DB) is known color: Royal Blue. HEX triplet: 40, 68 and DB. RGB value is (64,104,219). Sum of RGB (Red+Green+Blue) = 64+104+219=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #4068DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4068DB is #BF9724. Grayscale: #686868. Windows color (decimal): -12556069 or 14379072. OLE color: 14379072.

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

Color convert

RGB 64 104 219 -
CMYK 0.71 0.53 0 0.14
HSL 224.52º 0.68% 0.55% -
HSV(B) 224.52º 0.71% 0.86% -
XYZ 19.85 16.11 69.08 -
YUV 105.15 192.25 98.65 -
System Red Green Blue C M Y K H S L
Decimal 64 104 219 0.71 0.53 0 0.14 224.52 0.68 0.55
Hex 40 68 DB 47 35 0 E E1 44 37
Octal 100 150 333 107 65 0 16 341 104 67
Binary 1000000 1101000 11011011 1000111 110101 0 1110 11100001 1000100 110111

Color Harmonies of #4068DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4068DB

Black with #4068DB

Text Example


Text Example

White with #4068DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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