Html Css Color HEX #2D6EDE Royal Blue

📋 copy color: '#2D6EDE'

red 45 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #2D6EDE

Tints of Royal Blue #2D6EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 11.94%
G = 29.18%
B = 58.89%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2D6EDE (or 0x2D6EDE) is known color: Royal Blue. HEX triplet: 2D, 6E and DE. RGB value is (45,110,222). Sum of RGB (Red+Green+Blue) = 45+110+222=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D6EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6EDE is #D29121. Grayscale: #666666. Windows color (decimal): -13799714 or 14577197. OLE color: 14577197.

HSL color Cylindrical-coordinate representation of color #2D6EDE: hue angle of 217.97º degrees, saturation: 0.73, 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 #2D6EDE is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 110 222 -
CMYK 0.80 0.50 0 0.13
HSL 217.97º 0.73% 0.52% -
HSV(B) 217.97º 0.8% 0.87% -
XYZ 19.84 16.98 71.34 -
YUV 103.33 194.97 86.39 -
System Red Green Blue C M Y K H S L
Decimal 45 110 222 0.80 0.50 0 0.13 217.97 0.73 0.52
Hex 2D 6E DE 50 32 0 D DA 49 34
Octal 55 156 336 120 62 0 15 332 111 64
Binary 101101 1101110 11011110 1010000 110010 0 1101 11011010 1001001 110100

Color Harmonies of #2D6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6EDE

Black with #2D6EDE

Text Example


Text Example

White with #2D6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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