Html Css Color HEX #4064F1 Royal Blue

📋 copy color: '#4064F1'

red 64 ◦ green 100 ◦ blue 241

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

Shades of Royal Blue #4064F1

Tints of Royal Blue #4064F1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

 BLUE value IS 241 (94.53% from 255) = 59.51%

R = 15.8%
G = 24.69%
B = 59.51%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4064F1 (or 0x4064F1) is known color: Royal Blue. HEX triplet: 40, 64 and F1. RGB value is (64,100,241). Sum of RGB (Red+Green+Blue) = 64+100+241=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #4064F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4064F1 is #BF9B0E. Grayscale: #686868. Windows color (decimal): -12557071 or 15819840. OLE color: 15819840.

HSL color Cylindrical-coordinate representation of color #4064F1: hue angle of 227.8º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4064F1 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 100 241 -
CMYK 0.73 0.59 0 0.05
HSL 227.8º 0.86% 0.6% -
HSV(B) 227.8º 0.73% 0.95% -
XYZ 22.55 16.56 85.23 -
YUV 105.31 204.57 98.54 -
System Red Green Blue C M Y K H S L
Decimal 64 100 241 0.73 0.59 0 0.05 227.8 0.86 0.6
Hex 40 64 F1 49 3B 0 5 E4 56 3C
Octal 100 144 361 111 73 0 5 344 126 74
Binary 1000000 1100100 11110001 1001001 111011 0 101 11100100 1010110 111100

Color Harmonies of #4064F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4064F1

Black with #4064F1

Text Example


Text Example

White with #4064F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4064F1; }

 p { color: rgb(64,100,241); }

 H1.HeaderClassName
 {
   color: #4064F1;
 }
 .AnyTagClassName
 {
   color: #4064F1;
 }
</style>

background-color css

<style>
 a { background-color: #4064F1; }

 a { background-color: rgb(64,100,241); }

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

border-color css

<style>
 span { border-color: #4064F1; }

 span { border-color: rgb(64,100,241); }

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