Html Css Color HEX #3A7DDB Royal Blue

📋 copy color: '#3A7DDB'

red 58 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #3A7DDB

Tints of Royal Blue #3A7DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 14.43%
G = 31.09%
B = 54.48%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A7DDB (or 0x3A7DDB) is known color: Royal Blue. HEX triplet: 3A, 7D and DB. RGB value is (58,125,219). Sum of RGB (Red+Green+Blue) = 58+125+219=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A7DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7DDB is #C58224. Grayscale: #737373. Windows color (decimal): -12943909 or 14384442. OLE color: 14384442.

HSL color Cylindrical-coordinate representation of color #3A7DDB: hue angle of 215.03º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A7DDB is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 125 219 -
CMYK 0.74 0.43 0 0.14
HSL 215.03º 0.69% 0.54% -
HSV(B) 215.03º 0.74% 0.86% -
XYZ 21.86 20.68 69.86 -
YUV 115.68 186.3 86.86 -
System Red Green Blue C M Y K H S L
Decimal 58 125 219 0.74 0.43 0 0.14 215.03 0.69 0.54
Hex 3A 7D DB 4A 2B 0 E D7 45 36
Octal 72 175 333 112 53 0 16 327 105 66
Binary 111010 1111101 11011011 1001010 101011 0 1110 11010111 1000101 110110

Color Harmonies of #3A7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7DDB

Black with #3A7DDB

Text Example


Text Example

White with #3A7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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