Html Css Color HEX #4067DD Royal Blue

📋 copy color: '#4067DD'

red 64 ◦ green 103 ◦ blue 221

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

Shades of Royal Blue #4067DD

Tints of Royal Blue #4067DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 16.49%
G = 26.55%
B = 56.96%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4067DD (or 0x4067DD) is known color: Royal Blue. HEX triplet: 40, 67 and DD. RGB value is (64,103,221). Sum of RGB (Red+Green+Blue) = 64+103+221=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #4067DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4067DD is #BF9822. Grayscale: #686868. Windows color (decimal): -12556323 or 14509888. OLE color: 14509888.

HSL color Cylindrical-coordinate representation of color #4067DD: hue angle of 225.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4067DD is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 103 221 -
CMYK 0.71 0.53 0 0.13
HSL 225.1º 0.7% 0.56% -
HSV(B) 225.1º 0.71% 0.87% -
XYZ 20.02 16.01 70.44 -
YUV 104.79 193.58 98.91 -
System Red Green Blue C M Y K H S L
Decimal 64 103 221 0.71 0.53 0 0.13 225.1 0.7 0.56
Hex 40 67 DD 47 35 0 D E1 46 38
Octal 100 147 335 107 65 0 15 341 106 70
Binary 1000000 1100111 11011101 1000111 110101 0 1101 11100001 1000110 111000

Color Harmonies of #4067DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4067DD

Black with #4067DD

Text Example


Text Example

White with #4067DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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