Html Css Color HEX #3A7EDB Royal Blue

📋 copy color: '#3A7EDB'

red 58 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #3A7EDB

Tints of Royal Blue #3A7EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.27%

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

R = 14.39%
G = 31.27%
B = 54.34%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A7EDB (or 0x3A7EDB) is known color: Royal Blue. HEX triplet: 3A, 7E and DB. RGB value is (58,126,219). Sum of RGB (Red+Green+Blue) = 58+126+219=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A7EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7EDB is #C58124. Grayscale: #737373. Windows color (decimal): -12943653 or 14384698. OLE color: 14384698.

HSL color Cylindrical-coordinate representation of color #3A7EDB: hue angle of 214.66º 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 #3A7EDB is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 126 219 -
CMYK 0.74 0.42 0 0.14
HSL 214.66º 0.69% 0.54% -
HSV(B) 214.66º 0.74% 0.86% -
XYZ 21.99 20.94 69.9 -
YUV 116.27 185.97 86.44 -
System Red Green Blue C M Y K H S L
Decimal 58 126 219 0.74 0.42 0 0.14 214.66 0.69 0.54
Hex 3A 7E DB 4A 2A 0 E D7 45 36
Octal 72 176 333 112 52 0 16 327 105 66
Binary 111010 1111110 11011011 1001010 101010 0 1110 11010111 1000101 110110

Color Harmonies of #3A7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7EDB

Black with #3A7EDB

Text Example


Text Example

White with #3A7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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