Html Css Color HEX #4067DB Royal Blue

📋 copy color: '#4067DB'

red 64 ◦ green 103 ◦ blue 219

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

Shades of Royal Blue #4067DB

Tints of Royal Blue #4067DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 16.58%
G = 26.68%
B = 56.74%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4067DB (or 0x4067DB) is known color: Royal Blue. HEX triplet: 40, 67 and DB. RGB value is (64,103,219). Sum of RGB (Red+Green+Blue) = 64+103+219=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #4067DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4067DB is #BF9824. Grayscale: #686868. Windows color (decimal): -12556325 or 14378816. OLE color: 14378816.

HSL color Cylindrical-coordinate representation of color #4067DB: hue angle of 224.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4067DB is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 103 219 -
CMYK 0.71 0.53 0 0.14
HSL 224.9º 0.68% 0.55% -
HSV(B) 224.9º 0.71% 0.86% -
XYZ 19.75 15.9 69.05 -
YUV 104.56 192.58 99.07 -
System Red Green Blue C M Y K H S L
Decimal 64 103 219 0.71 0.53 0 0.14 224.9 0.68 0.55
Hex 40 67 DB 47 35 0 E E1 44 37
Octal 100 147 333 107 65 0 16 341 104 67
Binary 1000000 1100111 11011011 1000111 110101 0 1110 11100001 1000100 110111

Color Harmonies of #4067DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4067DB

Black with #4067DB

Text Example


Text Example

White with #4067DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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