Html Css Color HEX #4069CD Royal Blue

📋 copy color: '#4069CD'

red 64 ◦ green 105 ◦ blue 205

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

Shades of Royal Blue #4069CD

Tints of Royal Blue #4069CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 17.11%
G = 28.07%
B = 54.81%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4069CD (or 0x4069CD) is known color: Royal Blue. HEX triplet: 40, 69 and CD. RGB value is (64,105,205). Sum of RGB (Red+Green+Blue) = 64+105+205=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #4069CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069CD is #BF9632. Grayscale: #676767. Windows color (decimal): -12555827 or 13461824. OLE color: 13461824.

HSL color Cylindrical-coordinate representation of color #4069CD: hue angle of 222.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4069CD is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 105 205 -
CMYK 0.69 0.49 0 0.20
HSL 222.55º 0.59% 0.53% -
HSV(B) 222.55º 0.69% 0.8% -
XYZ 18.19 15.6 59.81 -
YUV 104.14 184.92 99.37 -
System Red Green Blue C M Y K H S L
Decimal 64 105 205 0.69 0.49 0 0.20 222.55 0.59 0.53
Hex 40 69 CD 45 31 0 14 DF 3B 35
Octal 100 151 315 105 61 0 24 337 73 65
Binary 1000000 1101001 11001101 1000101 110001 0 10100 11011111 111011 110101

Color Harmonies of #4069CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4069CD

Black with #4069CD

Text Example


Text Example

White with #4069CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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