Html Css Color HEX #2D5EEA Royal Blue

📋 copy color: '#2D5EEA'

red 45 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #2D5EEA

Tints of Royal Blue #2D5EEA

RGB

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

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

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

R = 12.06%
G = 25.2%
B = 62.73%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2D5EEA (or 0x2D5EEA) is known color: Royal Blue. HEX triplet: 2D, 5E and EA. RGB value is (45,94,234). Sum of RGB (Red+Green+Blue) = 45+94+234=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D5EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5EEA is #D2A115. Grayscale: #5E5E5E. Windows color (decimal): -13803798 or 15359533. OLE color: 15359533.

HSL color Cylindrical-coordinate representation of color #2D5EEA: hue angle of 224.44º 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 #2D5EEA is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 94 234 -
CMYK 0.81 0.60 0 0.08
HSL 224.44º 0.82% 0.55% -
HSV(B) 224.44º 0.81% 0.92% -
XYZ 19.94 14.5 79.59 -
YUV 95.31 206.27 92.12 -
System Red Green Blue C M Y K H S L
Decimal 45 94 234 0.81 0.60 0 0.08 224.44 0.82 0.55
Hex 2D 5E EA 51 3C 0 8 E0 52 37
Octal 55 136 352 121 74 0 10 340 122 67
Binary 101101 1011110 11101010 1010001 111100 0 1000 11100000 1010010 110111

Color Harmonies of #2D5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5EEA

Black with #2D5EEA

Text Example


Text Example

White with #2D5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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