Html Css Color HEX #4083DA Royal Blue

📋 copy color: '#4083DA'

red 64 ◦ green 131 ◦ blue 218

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

Shades of Royal Blue #4083DA

Tints of Royal Blue #4083DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 15.5%
G = 31.72%
B = 52.78%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4083DA (or 0x4083DA) is known color: Royal Blue. HEX triplet: 40, 83 and DA. RGB value is (64,131,218). Sum of RGB (Red+Green+Blue) = 64+131+218=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #4083DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4083DA is #BF7C25. Grayscale: #787878. Windows color (decimal): -12549158 or 14320448. OLE color: 14320448.

HSL color Cylindrical-coordinate representation of color #4083DA: hue angle of 213.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4083DA is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 131 218 -
CMYK 0.71 0.40 0 0.15
HSL 213.9º 0.68% 0.55% -
HSV(B) 213.9º 0.71% 0.85% -
XYZ 22.89 22.38 69.44 -
YUV 120.89 182.8 87.43 -
System Red Green Blue C M Y K H S L
Decimal 64 131 218 0.71 0.40 0 0.15 213.9 0.68 0.55
Hex 40 83 DA 47 28 0 F D6 44 37
Octal 100 203 332 107 50 0 17 326 104 67
Binary 1000000 10000011 11011010 1000111 101000 0 1111 11010110 1000100 110111

Color Harmonies of #4083DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083DA

Black with #4083DA

Text Example


Text Example

White with #4083DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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