Html Css Color HEX #4083F0 Royal Blue

📋 copy color: '#4083F0'

red 64 ◦ green 131 ◦ blue 240

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

Shades of Royal Blue #4083F0

Tints of Royal Blue #4083F0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.11%

 BLUE value IS 240 (94.14% from 255) = 55.17%

R = 14.71%
G = 30.11%
B = 55.17%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4083F0 (or 0x4083F0) is known color: Royal Blue. HEX triplet: 40, 83 and F0. RGB value is (64,131,240). Sum of RGB (Red+Green+Blue) = 64+131+240=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #4083F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4083F0 is #BF7C0F. Grayscale: #7A7A7A. Windows color (decimal): -12549136 or 15762240. OLE color: 15762240.

HSL color Cylindrical-coordinate representation of color #4083F0: hue angle of 217.16º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4083F0 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 131 240 -
CMYK 0.73 0.45 0 0.06
HSL 217.16º 0.85% 0.6% -
HSV(B) 217.16º 0.73% 0.94% -
XYZ 25.96 23.61 85.63 -
YUV 123.39 193.8 85.64 -
System Red Green Blue C M Y K H S L
Decimal 64 131 240 0.73 0.45 0 0.06 217.16 0.85 0.6
Hex 40 83 F0 49 2D 0 6 D9 55 3C
Octal 100 203 360 111 55 0 6 331 125 74
Binary 1000000 10000011 11110000 1001001 101101 0 110 11011001 1010101 111100

Color Harmonies of #4083F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083F0

Black with #4083F0

Text Example


Text Example

White with #4083F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4083F0; }

 p { color: rgb(64,131,240); }

 H1.HeaderClassName
 {
   color: #4083F0;
 }
 .AnyTagClassName
 {
   color: #4083F0;
 }
</style>

background-color css

<style>
 a { background-color: #4083F0; }

 a { background-color: rgb(64,131,240); }

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

border-color css

<style>
 span { border-color: #4083F0; }

 span { border-color: rgb(64,131,240); }

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