Html Css Color HEX #3A7DD8 Royal Blue

📋 copy color: '#3A7DD8'

red 58 ◦ green 125 ◦ blue 216

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

Shades of Royal Blue #3A7DD8

Tints of Royal Blue #3A7DD8

RGB

 RED value IS 58 (23.05% from 255) = 14.54%

 GREEN value IS 125 (49.22% from 255) = 31.33%

 BLUE value IS 216 (84.77% from 255) = 54.14%

R = 14.54%
G = 31.33%
B = 54.14%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3A7DD8 (or 0x3A7DD8) is known color: Royal Blue. HEX triplet: 3A, 7D and D8. RGB value is (58,125,216). Sum of RGB (Red+Green+Blue) = 58+125+216=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #3A7DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7DD8 is #C58227. Grayscale: #727272. Windows color (decimal): -12943912 or 14187834. OLE color: 14187834.

HSL color Cylindrical-coordinate representation of color #3A7DD8: hue angle of 214.56º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A7DD8 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 125 216 -
CMYK 0.73 0.42 0 0.15
HSL 214.56º 0.67% 0.54% -
HSV(B) 214.56º 0.73% 0.85% -
XYZ 21.47 20.52 67.8 -
YUV 115.34 184.8 87.1 -
System Red Green Blue C M Y K H S L
Decimal 58 125 216 0.73 0.42 0 0.15 214.56 0.67 0.54
Hex 3A 7D D8 49 2A 0 F D7 43 36
Octal 72 175 330 111 52 0 17 327 103 66
Binary 111010 1111101 11011000 1001001 101010 0 1111 11010111 1000011 110110

Color Harmonies of #3A7DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7DD8

Black with #3A7DD8

Text Example


Text Example

White with #3A7DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7DD8; }

 p { color: rgb(58,125,216); }

 H1.HeaderClassName
 {
   color: #3A7DD8;
 }
 .AnyTagClassName
 {
   color: #3A7DD8;
 }
</style>

background-color css

<style>
 a { background-color: #3A7DD8; }

 a { background-color: rgb(58,125,216); }

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

border-color css

<style>
 span { border-color: #3A7DD8; }

 span { border-color: rgb(58,125,216); }

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