Html Css Color HEX #2D6ECE Royal Blue

📋 copy color: '#2D6ECE'

red 45 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #2D6ECE

Tints of Royal Blue #2D6ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.47%

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 12.47%
G = 30.47%
B = 57.06%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2D6ECE (or 0x2D6ECE) is known color: Royal Blue. HEX triplet: 2D, 6E and CE. RGB value is (45,110,206). Sum of RGB (Red+Green+Blue) = 45+110+206=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D6ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6ECE is #D29131. Grayscale: #656565. Windows color (decimal): -13799730 or 13528621. OLE color: 13528621.

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

Color convert

RGB 45 110 206 -
CMYK 0.78 0.47 0 0.19
HSL 215.78º 0.64% 0.49% -
HSV(B) 215.78º 0.78% 0.81% -
XYZ 17.8 16.17 60.57 -
YUV 101.51 186.97 87.69 -
System Red Green Blue C M Y K H S L
Decimal 45 110 206 0.78 0.47 0 0.19 215.78 0.64 0.49
Hex 2D 6E CE 4E 2F 0 13 D8 40 31
Octal 55 156 316 116 57 0 23 330 100 61
Binary 101101 1101110 11001110 1001110 101111 0 10011 11011000 1000000 110001

Color Harmonies of #2D6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6ECE

Black with #2D6ECE

Text Example


Text Example

White with #2D6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,110,206); }

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

background-color css

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

 a { background-color: rgb(45,110,206); }

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

border-color css

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

 span { border-color: rgb(45,110,206); }

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