Html Css Color HEX #2D5EDA Royal Blue

📋 copy color: '#2D5EDA'

red 45 ◦ green 94 ◦ blue 218

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

Shades of Royal Blue #2D5EDA

Tints of Royal Blue #2D5EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.33%

 BLUE value IS 218 (85.55% from 255) = 61.06%

R = 12.61%
G = 26.33%
B = 61.06%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2D5EDA (or 0x2D5EDA) is known color: Royal Blue. HEX triplet: 2D, 5E and DA. RGB value is (45,94,218). Sum of RGB (Red+Green+Blue) = 45+94+218=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D5EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5EDA is #D2A125. Grayscale: #5C5C5C. Windows color (decimal): -13803814 or 14310957. OLE color: 14310957.

HSL color Cylindrical-coordinate representation of color #2D5EDA: hue angle of 223.01º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D5EDA is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 94 218 -
CMYK 0.79 0.57 0 0.15
HSL 223.01º 0.7% 0.52% -
HSV(B) 223.01º 0.79% 0.85% -
XYZ 17.74 13.63 68.02 -
YUV 93.49 198.27 93.42 -
System Red Green Blue C M Y K H S L
Decimal 45 94 218 0.79 0.57 0 0.15 223.01 0.7 0.52
Hex 2D 5E DA 4F 39 0 F DF 46 34
Octal 55 136 332 117 71 0 17 337 106 64
Binary 101101 1011110 11011010 1001111 111001 0 1111 11011111 1000110 110100

Color Harmonies of #2D5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5EDA

Black with #2D5EDA

Text Example


Text Example

White with #2D5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,94,218); }

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

background-color css

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

 a { background-color: rgb(45,94,218); }

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

border-color css

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

 span { border-color: rgb(45,94,218); }

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