Html Css Color HEX #4080F1 Royal Blue

📋 copy color: '#4080F1'

red 64 ◦ green 128 ◦ blue 241

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

Shades of Royal Blue #4080F1

Tints of Royal Blue #4080F1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.56%

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

R = 14.78%
G = 29.56%
B = 55.66%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4080F1 (or 0x4080F1) is known color: Royal Blue. HEX triplet: 40, 80 and F1. RGB value is (64,128,241). Sum of RGB (Red+Green+Blue) = 64+128+241=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #4080F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4080F1 is #BF7F0E. Grayscale: #797979. Windows color (decimal): -12549903 or 15827008. OLE color: 15827008.

HSL color Cylindrical-coordinate representation of color #4080F1: hue angle of 218.31º 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 #4080F1 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 128 241 -
CMYK 0.73 0.47 0 0.05
HSL 218.31º 0.86% 0.6% -
HSV(B) 218.31º 0.73% 0.95% -
XYZ 25.71 22.88 86.28 -
YUV 121.75 195.3 86.81 -
System Red Green Blue C M Y K H S L
Decimal 64 128 241 0.73 0.47 0 0.05 218.31 0.86 0.6
Hex 40 80 F1 49 2F 0 5 DA 56 3C
Octal 100 200 361 111 57 0 5 332 126 74
Binary 1000000 10000000 11110001 1001001 101111 0 101 11011010 1010110 111100

Color Harmonies of #4080F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4080F1

Black with #4080F1

Text Example


Text Example

White with #4080F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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