Html Css Color HEX #2D6BCD Royal Blue

📋 copy color: '#2D6BCD'

red 45 ◦ green 107 ◦ blue 205

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

Shades of Royal Blue #2D6BCD

Tints of Royal Blue #2D6BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.97%

 BLUE value IS 205 (80.47% from 255) = 57.42%

R = 12.61%
G = 29.97%
B = 57.42%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2D6BCD (or 0x2D6BCD) is known color: Royal Blue. HEX triplet: 2D, 6B and CD. RGB value is (45,107,205). Sum of RGB (Red+Green+Blue) = 45+107+205=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D6BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6BCD is #D29432. Grayscale: #636363. Windows color (decimal): -13800499 or 13462317. OLE color: 13462317.

HSL color Cylindrical-coordinate representation of color #2D6BCD: hue angle of 216.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D6BCD is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 107 205 -
CMYK 0.78 0.48 0 0.20
HSL 216.75º 0.64% 0.49% -
HSV(B) 216.75º 0.78% 0.8% -
XYZ 17.36 15.48 59.83 -
YUV 99.63 187.46 89.03 -
System Red Green Blue C M Y K H S L
Decimal 45 107 205 0.78 0.48 0 0.20 216.75 0.64 0.49
Hex 2D 6B CD 4E 30 0 14 D9 40 31
Octal 55 153 315 116 60 0 24 331 100 61
Binary 101101 1101011 11001101 1001110 110000 0 10100 11011001 1000000 110001

Color Harmonies of #2D6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6BCD

Black with #2D6BCD

Text Example


Text Example

White with #2D6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,107,205); }

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

background-color css

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

 a { background-color: rgb(45,107,205); }

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

border-color css

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

 span { border-color: rgb(45,107,205); }

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