Html Css Color HEX #4067EC Royal Blue

📋 copy color: '#4067EC'

red 64 ◦ green 103 ◦ blue 236

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

Shades of Royal Blue #4067EC

Tints of Royal Blue #4067EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.56%

R = 15.88%
G = 25.56%
B = 58.56%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4067EC (or 0x4067EC) is known color: Royal Blue. HEX triplet: 40, 67 and EC. RGB value is (64,103,236). Sum of RGB (Red+Green+Blue) = 64+103+236=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #4067EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4067EC is #BF9813. Grayscale: #696969. Windows color (decimal): -12556308 or 15492928. OLE color: 15492928.

HSL color Cylindrical-coordinate representation of color #4067EC: hue angle of 226.4º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4067EC is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 103 236 -
CMYK 0.73 0.56 0 0.07
HSL 226.4º 0.82% 0.59% -
HSV(B) 226.4º 0.73% 0.93% -
XYZ 22.1 16.85 81.44 -
YUV 106.5 201.08 97.69 -
System Red Green Blue C M Y K H S L
Decimal 64 103 236 0.73 0.56 0 0.07 226.4 0.82 0.59
Hex 40 67 EC 49 38 0 7 E2 52 3B
Octal 100 147 354 111 70 0 7 342 122 73
Binary 1000000 1100111 11101100 1001001 111000 0 111 11100010 1010010 111011

Color Harmonies of #4067EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4067EC

Black with #4067EC

Text Example


Text Example

White with #4067EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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