Html Css Color HEX #2D70DC Royal Blue

📋 copy color: '#2D70DC'

red 45 ◦ green 112 ◦ blue 220

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

Shades of Royal Blue #2D70DC

Tints of Royal Blue #2D70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

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

R = 11.94%
G = 29.71%
B = 58.36%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D70DC (or 0x2D70DC) is known color: Royal Blue. HEX triplet: 2D, 70 and DC. RGB value is (45,112,220). Sum of RGB (Red+Green+Blue) = 45+112+220=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D70DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D70DC is #D28F23. Grayscale: #676767. Windows color (decimal): -13799204 or 14446637. OLE color: 14446637.

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

Color convert

RGB 45 112 220 -
CMYK 0.80 0.49 0 0.14
HSL 217.03º 0.71% 0.52% -
HSV(B) 217.03º 0.8% 0.86% -
XYZ 19.79 17.31 70.01 -
YUV 104.28 193.3 85.72 -
System Red Green Blue C M Y K H S L
Decimal 45 112 220 0.80 0.49 0 0.14 217.03 0.71 0.52
Hex 2D 70 DC 50 31 0 E D9 47 34
Octal 55 160 334 120 61 0 16 331 107 64
Binary 101101 1110000 11011100 1010000 110001 0 1110 11011001 1000111 110100

Color Harmonies of #2D70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D70DC

Black with #2D70DC

Text Example


Text Example

White with #2D70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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