Html Css Color HEX #2D51EA Royal Blue

📋 copy color: '#2D51EA'

red 45 ◦ green 81 ◦ blue 234

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

Shades of Royal Blue #2D51EA

Tints of Royal Blue #2D51EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

 BLUE value IS 234 (91.8% from 255) = 65%

R = 12.5%
G = 22.5%
B = 65%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2D51EA (or 0x2D51EA) is known color: Royal Blue. HEX triplet: 2D, 51 and EA. RGB value is (45,81,234). Sum of RGB (Red+Green+Blue) = 45+81+234=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D51EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D51EA is #D2AE15. Grayscale: #575757. Windows color (decimal): -13807126 or 15356205. OLE color: 15356205.

HSL color Cylindrical-coordinate representation of color #2D51EA: hue angle of 228.57º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D51EA is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 81 234 -
CMYK 0.81 0.65 0 0.08
HSL 228.57º 0.82% 0.55% -
HSV(B) 228.57º 0.81% 0.92% -
XYZ 18.88 12.38 79.24 -
YUV 87.68 210.57 97.56 -
System Red Green Blue C M Y K H S L
Decimal 45 81 234 0.81 0.65 0 0.08 228.57 0.82 0.55
Hex 2D 51 EA 51 41 0 8 E5 52 37
Octal 55 121 352 121 101 0 10 345 122 67
Binary 101101 1010001 11101010 1010001 1000001 0 1000 11100101 1010010 110111

Color Harmonies of #2D51EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D51EA

Black with #2D51EA

Text Example


Text Example

White with #2D51EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,81,234); }

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

background-color css

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

 a { background-color: rgb(45,81,234); }

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

border-color css

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

 span { border-color: rgb(45,81,234); }

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