Html Css Color HEX #4068CF Royal Blue

📋 copy color: '#4068CF'

red 64 ◦ green 104 ◦ blue 207

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

Shades of Royal Blue #4068CF

Tints of Royal Blue #4068CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 17.07%
G = 27.73%
B = 55.2%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4068CF (or 0x4068CF) is known color: Royal Blue. HEX triplet: 40, 68 and CF. RGB value is (64,104,207). Sum of RGB (Red+Green+Blue) = 64+104+207=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #4068CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4068CF is #BF9730. Grayscale: #676767. Windows color (decimal): -12556081 or 13592640. OLE color: 13592640.

HSL color Cylindrical-coordinate representation of color #4068CF: hue angle of 223.22º degrees, saturation: 0.6, 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 #4068CF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 104 207 -
CMYK 0.69 0.50 0 0.19
HSL 223.22º 0.6% 0.53% -
HSV(B) 223.22º 0.69% 0.81% -
XYZ 18.33 15.5 61.06 -
YUV 103.78 186.25 99.62 -
System Red Green Blue C M Y K H S L
Decimal 64 104 207 0.69 0.50 0 0.19 223.22 0.6 0.53
Hex 40 68 CF 45 32 0 13 DF 3C 35
Octal 100 150 317 105 62 0 23 337 74 65
Binary 1000000 1101000 11001111 1000101 110010 0 10011 11011111 111100 110101

Color Harmonies of #4068CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4068CF

Black with #4068CF

Text Example


Text Example

White with #4068CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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