Html Css Color HEX #2D59EE Royal Blue

📋 copy color: '#2D59EE'

red 45 ◦ green 89 ◦ blue 238

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

Shades of Royal Blue #2D59EE

Tints of Royal Blue #2D59EE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.92%

 BLUE value IS 238 (93.36% from 255) = 63.98%

R = 12.1%
G = 23.92%
B = 63.98%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2D59EE (or 0x2D59EE) is known color: Royal Blue. HEX triplet: 2D, 59 and EE. RGB value is (45,89,238). Sum of RGB (Red+Green+Blue) = 45+89+238=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #2D59EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D59EE is #D2A611. Grayscale: #5C5C5C. Windows color (decimal): -13805074 or 15620397. OLE color: 15620397.

HSL color Cylindrical-coordinate representation of color #2D59EE: hue angle of 226.32º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D59EE is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 89 238 -
CMYK 0.81 0.63 0 0.07
HSL 226.32º 0.85% 0.55% -
HSV(B) 226.32º 0.81% 0.93% -
XYZ 20.09 13.88 82.51 -
YUV 92.83 209.92 93.88 -
System Red Green Blue C M Y K H S L
Decimal 45 89 238 0.81 0.63 0 0.07 226.32 0.85 0.55
Hex 2D 59 EE 51 3F 0 7 E2 55 37
Octal 55 131 356 121 77 0 7 342 125 67
Binary 101101 1011001 11101110 1010001 111111 0 111 11100010 1010101 110111

Color Harmonies of #2D59EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D59EE

Black with #2D59EE

Text Example


Text Example

White with #2D59EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,89,238); }

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

background-color css

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

 a { background-color: rgb(45,89,238); }

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

border-color css

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

 span { border-color: rgb(45,89,238); }

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