Html Css Color HEX #2D7EDB Royal Blue

📋 copy color: '#2D7EDB'

red 45 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #2D7EDB

Tints of Royal Blue #2D7EDB

RGB

 RED value IS 45 (17.97% from 255) = 11.54%

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

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

R = 11.54%
G = 32.31%
B = 56.15%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D7EDB (or 0x2D7EDB) is known color: Royal Blue. HEX triplet: 2D, 7E and DB. RGB value is (45,126,219). Sum of RGB (Red+Green+Blue) = 45+126+219=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D7EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7EDB is #D28124. Grayscale: #6F6F6F. Windows color (decimal): -13795621 or 14384685. OLE color: 14384685.

HSL color Cylindrical-coordinate representation of color #2D7EDB: hue angle of 212.07º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D7EDB is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 126 219 -
CMYK 0.79 0.42 0 0.14
HSL 212.07º 0.71% 0.52% -
HSV(B) 212.07º 0.79% 0.86% -
XYZ 21.33 20.59 69.87 -
YUV 112.38 188.16 79.94 -
System Red Green Blue C M Y K H S L
Decimal 45 126 219 0.79 0.42 0 0.14 212.07 0.71 0.52
Hex 2D 7E DB 4F 2A 0 E D4 47 34
Octal 55 176 333 117 52 0 16 324 107 64
Binary 101101 1111110 11011011 1001111 101010 0 1110 11010100 1000111 110100

Color Harmonies of #2D7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7EDB

Black with #2D7EDB

Text Example


Text Example

White with #2D7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D7EDB; }

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

 H1.HeaderClassName
 {
   color: #2D7EDB;
 }
 .AnyTagClassName
 {
   color: #2D7EDB;
 }
</style>

background-color css

<style>
 a { background-color: #2D7EDB; }

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

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

border-color css

<style>
 span { border-color: #2D7EDB; }

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

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