Html Css Color HEX #2D6CDC Royal Blue

📋 copy color: '#2D6CDC'

red 45 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #2D6CDC

Tints of Royal Blue #2D6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.95%

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

R = 12.06%
G = 28.95%
B = 58.98%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D6CDC (or 0x2D6CDC) is known color: Royal Blue. HEX triplet: 2D, 6C and DC. RGB value is (45,108,220). Sum of RGB (Red+Green+Blue) = 45+108+220=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D6CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6CDC is #D29323. Grayscale: #656565. Windows color (decimal): -13800228 or 14445613. OLE color: 14445613.

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

Color convert

RGB 45 108 220 -
CMYK 0.80 0.51 0 0.14
HSL 218.4º 0.71% 0.52% -
HSV(B) 218.4º 0.8% 0.86% -
XYZ 19.36 16.45 69.86 -
YUV 101.93 194.63 87.39 -
System Red Green Blue C M Y K H S L
Decimal 45 108 220 0.80 0.51 0 0.14 218.4 0.71 0.52
Hex 2D 6C DC 50 33 0 E DA 47 34
Octal 55 154 334 120 63 0 16 332 107 64
Binary 101101 1101100 11011100 1010000 110011 0 1110 11011010 1000111 110100

Color Harmonies of #2D6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6CDC

Black with #2D6CDC

Text Example


Text Example

White with #2D6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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