Html Css Color HEX #2D6ADC Royal Blue

📋 copy color: '#2D6ADC'

red 45 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #2D6ADC

Tints of Royal Blue #2D6ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 12.13%
G = 28.57%
B = 59.3%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D6ADC (or 0x2D6ADC) is known color: Royal Blue. HEX triplet: 2D, 6A and DC. RGB value is (45,106,220). Sum of RGB (Red+Green+Blue) = 45+106+220=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D6ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6ADC is #D29523. Grayscale: #646464. Windows color (decimal): -13800740 or 14445101. OLE color: 14445101.

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

Color convert

RGB 45 106 220 -
CMYK 0.80 0.52 0 0.14
HSL 219.09º 0.71% 0.52% -
HSV(B) 219.09º 0.8% 0.86% -
XYZ 19.15 16.03 69.8 -
YUV 100.76 195.29 88.23 -
System Red Green Blue C M Y K H S L
Decimal 45 106 220 0.80 0.52 0 0.14 219.09 0.71 0.52
Hex 2D 6A DC 50 34 0 E DB 47 34
Octal 55 152 334 120 64 0 16 333 107 64
Binary 101101 1101010 11011100 1010000 110100 0 1110 11011011 1000111 110100

Color Harmonies of #2D6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6ADC

Black with #2D6ADC

Text Example


Text Example

White with #2D6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,106,220); }

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

background-color css

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

 a { background-color: rgb(45,106,220); }

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

border-color css

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

 span { border-color: rgb(45,106,220); }

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