Html Css Color HEX #4069CE Royal Blue

📋 copy color: '#4069CE'

red 64 ◦ green 105 ◦ blue 206

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

Shades of Royal Blue #4069CE

Tints of Royal Blue #4069CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 17.07%
G = 28%
B = 54.93%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4069CE (or 0x4069CE) is known color: Royal Blue. HEX triplet: 40, 69 and CE. RGB value is (64,105,206). Sum of RGB (Red+Green+Blue) = 64+105+206=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #4069CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069CE is #BF9631. Grayscale: #676767. Windows color (decimal): -12555826 or 13527360. OLE color: 13527360.

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

Color convert

RGB 64 105 206 -
CMYK 0.69 0.49 0 0.19
HSL 222.68º 0.59% 0.53% -
HSV(B) 222.68º 0.69% 0.81% -
XYZ 18.31 15.65 60.45 -
YUV 104.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 64 105 206 0.69 0.49 0 0.19 222.68 0.59 0.53
Hex 40 69 CE 45 31 0 13 DF 3B 35
Octal 100 151 316 105 61 0 23 337 73 65
Binary 1000000 1101001 11001110 1000101 110001 0 10011 11011111 111011 110101

Color Harmonies of #4069CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4069CE

Black with #4069CE

Text Example


Text Example

White with #4069CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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