Html Css Color HEX #4067D0 Royal Blue

📋 copy color: '#4067D0'

red 64 ◦ green 103 ◦ blue 208

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

Shades of Royal Blue #4067D0

Tints of Royal Blue #4067D0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 208 (81.64% from 255) = 55.47%

R = 17.07%
G = 27.47%
B = 55.47%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4067D0 (or 0x4067D0) is known color: Royal Blue. HEX triplet: 40, 67 and D0. RGB value is (64,103,208). Sum of RGB (Red+Green+Blue) = 64+103+208=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #4067D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4067D0 is #BF982F. Grayscale: #666666. Windows color (decimal): -12556336 or 13657920. OLE color: 13657920.

HSL color Cylindrical-coordinate representation of color #4067D0: hue angle of 223.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4067D0 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 103 208 -
CMYK 0.69 0.50 0 0.18
HSL 223.75º 0.61% 0.53% -
HSV(B) 223.75º 0.69% 0.82% -
XYZ 18.35 15.34 61.67 -
YUV 103.31 187.08 99.96 -
System Red Green Blue C M Y K H S L
Decimal 64 103 208 0.69 0.50 0 0.18 223.75 0.61 0.53
Hex 40 67 D0 45 32 0 12 E0 3D 35
Octal 100 147 320 105 62 0 22 340 75 65
Binary 1000000 1100111 11010000 1000101 110010 0 10010 11100000 111101 110101

Color Harmonies of #4067D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4067D0

Black with #4067D0

Text Example


Text Example

White with #4067D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4067D0; }

 p { color: rgb(64,103,208); }

 H1.HeaderClassName
 {
   color: #4067D0;
 }
 .AnyTagClassName
 {
   color: #4067D0;
 }
</style>

background-color css

<style>
 a { background-color: #4067D0; }

 a { background-color: rgb(64,103,208); }

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

border-color css

<style>
 span { border-color: #4067D0; }

 span { border-color: rgb(64,103,208); }

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