Html Css Color HEX #2D78DD Royal Blue

📋 copy color: '#2D78DD'

red 45 ◦ green 120 ◦ blue 221

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

Shades of Royal Blue #2D78DD

Tints of Royal Blue #2D78DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 11.66%
G = 31.09%
B = 57.25%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2D78DD (or 0x2D78DD) is known color: Royal Blue. HEX triplet: 2D, 78 and DD. RGB value is (45,120,221). Sum of RGB (Red+Green+Blue) = 45+120+221=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D78DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D78DD is #D28722. Grayscale: #6C6C6C. Windows color (decimal): -13797155 or 14514221. OLE color: 14514221.

HSL color Cylindrical-coordinate representation of color #2D78DD: hue angle of 214.43º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D78DD is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 120 221 -
CMYK 0.80 0.46 0 0.13
HSL 214.43º 0.72% 0.52% -
HSV(B) 214.43º 0.8% 0.87% -
XYZ 20.85 19.21 71.02 -
YUV 109.09 191.15 82.29 -
System Red Green Blue C M Y K H S L
Decimal 45 120 221 0.80 0.46 0 0.13 214.43 0.72 0.52
Hex 2D 78 DD 50 2E 0 D D6 48 34
Octal 55 170 335 120 56 0 15 326 110 64
Binary 101101 1111000 11011101 1010000 101110 0 1101 11010110 1001000 110100

Color Harmonies of #2D78DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D78DD

Black with #2D78DD

Text Example


Text Example

White with #2D78DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,120,221); }

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

background-color css

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

 a { background-color: rgb(45,120,221); }

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

border-color css

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

 span { border-color: rgb(45,120,221); }

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