Html Css Color HEX #2D5ADC Royal Blue

📋 copy color: '#2D5ADC'

red 45 ◦ green 90 ◦ blue 220

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

Shades of Royal Blue #2D5ADC

Tints of Royal Blue #2D5ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

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

R = 12.68%
G = 25.35%
B = 61.97%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D5ADC (or 0x2D5ADC) is known color: Royal Blue. HEX triplet: 2D, 5A and DC. RGB value is (45,90,220). Sum of RGB (Red+Green+Blue) = 45+90+220=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D5ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5ADC is #D2A523. Grayscale: #5A5A5A. Windows color (decimal): -13804836 or 14441005. OLE color: 14441005.

HSL color Cylindrical-coordinate representation of color #2D5ADC: hue angle of 224.57º 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 #2D5ADC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 90 220 -
CMYK 0.80 0.59 0 0.14
HSL 224.57º 0.71% 0.52% -
HSV(B) 224.57º 0.8% 0.86% -
XYZ 17.66 13.04 69.3 -
YUV 91.37 200.59 94.93 -
System Red Green Blue C M Y K H S L
Decimal 45 90 220 0.80 0.59 0 0.14 224.57 0.71 0.52
Hex 2D 5A DC 50 3B 0 E E1 47 34
Octal 55 132 334 120 73 0 16 341 107 64
Binary 101101 1011010 11011100 1010000 111011 0 1110 11100001 1000111 110100

Color Harmonies of #2D5ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5ADC

Black with #2D5ADC

Text Example


Text Example

White with #2D5ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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