Html Css Color HEX #3A7DDF Royal Blue

📋 copy color: '#3A7DDF'

red 58 ◦ green 125 ◦ blue 223

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

Shades of Royal Blue #3A7DDF

Tints of Royal Blue #3A7DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.93%

R = 14.29%
G = 30.79%
B = 54.93%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A7DDF (or 0x3A7DDF) is known color: Royal Blue. HEX triplet: 3A, 7D and DF. RGB value is (58,125,223). Sum of RGB (Red+Green+Blue) = 58+125+223=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A7DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7DDF is #C58220. Grayscale: #737373. Windows color (decimal): -12943905 or 14646586. OLE color: 14646586.

HSL color Cylindrical-coordinate representation of color #3A7DDF: hue angle of 215.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A7DDF is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 125 223 -
CMYK 0.74 0.44 0 0.13
HSL 215.64º 0.72% 0.55% -
HSV(B) 215.64º 0.74% 0.87% -
XYZ 22.4 20.89 72.66 -
YUV 116.14 188.3 86.53 -
System Red Green Blue C M Y K H S L
Decimal 58 125 223 0.74 0.44 0 0.13 215.64 0.72 0.55
Hex 3A 7D DF 4A 2C 0 D D8 48 37
Octal 72 175 337 112 54 0 15 330 110 67
Binary 111010 1111101 11011111 1001010 101100 0 1101 11011000 1001000 110111

Color Harmonies of #3A7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7DDF

Black with #3A7DDF

Text Example


Text Example

White with #3A7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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