Html Css Color HEX #4069DC Royal Blue

📋 copy color: '#4069DC'

red 64 ◦ green 105 ◦ blue 220

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

Shades of Royal Blue #4069DC

Tints of Royal Blue #4069DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 16.45%
G = 26.99%
B = 56.56%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4069DC (or 0x4069DC) is known color: Royal Blue. HEX triplet: 40, 69 and DC. RGB value is (64,105,220). Sum of RGB (Red+Green+Blue) = 64+105+220=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #4069DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069DC is #BF9623. Grayscale: #696969. Windows color (decimal): -12555812 or 14444864. OLE color: 14444864.

HSL color Cylindrical-coordinate representation of color #4069DC: hue angle of 224.23º 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 #4069DC is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 105 220 -
CMYK 0.71 0.52 0 0.14
HSL 224.23º 0.69% 0.56% -
HSV(B) 224.23º 0.71% 0.86% -
XYZ 20.08 16.36 69.81 -
YUV 105.85 192.42 98.15 -
System Red Green Blue C M Y K H S L
Decimal 64 105 220 0.71 0.52 0 0.14 224.23 0.69 0.56
Hex 40 69 DC 47 34 0 E E0 45 38
Octal 100 151 334 107 64 0 16 340 105 70
Binary 1000000 1101001 11011100 1000111 110100 0 1110 11100000 1000101 111000

Color Harmonies of #4069DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4069DC

Black with #4069DC

Text Example


Text Example

White with #4069DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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