Html Css Color HEX #2D6FD7 Royal Blue

📋 copy color: '#2D6FD7'

red 45 ◦ green 111 ◦ blue 215

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

Shades of Royal Blue #2D6FD7

Tints of Royal Blue #2D6FD7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

 BLUE value IS 215 (84.38% from 255) = 57.95%

R = 12.13%
G = 29.92%
B = 57.95%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2D6FD7 (or 0x2D6FD7) is known color: Royal Blue. HEX triplet: 2D, 6F and D7. RGB value is (45,111,215). Sum of RGB (Red+Green+Blue) = 45+111+215=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #2D6FD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6FD7 is #D29028. Grayscale: #666666. Windows color (decimal): -13799465 or 14118701. OLE color: 14118701.

HSL color Cylindrical-coordinate representation of color #2D6FD7: hue angle of 216.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D6FD7 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 111 215 -
CMYK 0.79 0.48 0 0.16
HSL 216.71º 0.68% 0.51% -
HSV(B) 216.71º 0.79% 0.84% -
XYZ 19.03 16.83 66.54 -
YUV 103.12 191.13 86.54 -
System Red Green Blue C M Y K H S L
Decimal 45 111 215 0.79 0.48 0 0.16 216.71 0.68 0.51
Hex 2D 6F D7 4F 30 0 10 D9 44 33
Octal 55 157 327 117 60 0 20 331 104 63
Binary 101101 1101111 11010111 1001111 110000 0 10000 11011001 1000100 110011

Color Harmonies of #2D6FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6FD7

Black with #2D6FD7

Text Example


Text Example

White with #2D6FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,111,215); }

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

background-color css

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

 a { background-color: rgb(45,111,215); }

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

border-color css

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

 span { border-color: rgb(45,111,215); }

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