Html Css Color HEX #4069DA Royal Blue

📋 copy color: '#4069DA'

red 64 ◦ green 105 ◦ blue 218

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

Shades of Royal Blue #4069DA

Tints of Royal Blue #4069DA

RGB

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

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

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

R = 16.54%
G = 27.13%
B = 56.33%

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

#4069DA (or 0x4069DA) is known color: Royal Blue. HEX triplet: 40, 69 and DA. RGB value is (64,105,218). Sum of RGB (Red+Green+Blue) = 64+105+218=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #4069DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069DA is #BF9625. Grayscale: #696969. Windows color (decimal): -12555814 or 14313792. OLE color: 14313792.

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

Color convert

RGB 64 105 218 -
CMYK 0.71 0.52 0 0.15
HSL 224.03º 0.68% 0.55% -
HSV(B) 224.03º 0.71% 0.85% -
XYZ 19.82 16.26 68.42 -
YUV 105.62 191.42 98.31 -
System Red Green Blue C M Y K H S L
Decimal 64 105 218 0.71 0.52 0 0.15 224.03 0.68 0.55
Hex 40 69 DA 47 34 0 F E0 44 37
Octal 100 151 332 107 64 0 17 340 104 67
Binary 1000000 1101001 11011010 1000111 110100 0 1111 11100000 1000100 110111

Color Harmonies of #4069DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4069DA

Black with #4069DA

Text Example


Text Example

White with #4069DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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