Html Css Color HEX #2D4AEC Royal Blue

📋 copy color: '#2D4AEC'

red 45 ◦ green 74 ◦ blue 236

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

Shades of Royal Blue #2D4AEC

Tints of Royal Blue #2D4AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.85%

 BLUE value IS 236 (92.58% from 255) = 66.48%

R = 12.68%
G = 20.85%
B = 66.48%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2D4AEC (or 0x2D4AEC) is known color: Royal Blue. HEX triplet: 2D, 4A and EC. RGB value is (45,74,236). Sum of RGB (Red+Green+Blue) = 45+74+236=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #2D4AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D4AEC is #D2B513. Grayscale: #535353. Windows color (decimal): -13808916 or 15485485. OLE color: 15485485.

HSL color Cylindrical-coordinate representation of color #2D4AEC: hue angle of 230.89º degrees, saturation: 0.83, 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 #2D4AEC is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 74 236 -
CMYK 0.81 0.69 0 0.07
HSL 230.89º 0.83% 0.55% -
HSV(B) 230.89º 0.81% 0.93% -
XYZ 18.67 11.51 80.59 -
YUV 83.8 213.89 100.33 -
System Red Green Blue C M Y K H S L
Decimal 45 74 236 0.81 0.69 0 0.07 230.89 0.83 0.55
Hex 2D 4A EC 51 45 0 7 E7 53 37
Octal 55 112 354 121 105 0 7 347 123 67
Binary 101101 1001010 11101100 1010001 1000101 0 111 11100111 1010011 110111

Color Harmonies of #2D4AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4AEC

Black with #2D4AEC

Text Example


Text Example

White with #2D4AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,74,236); }

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

background-color css

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

 a { background-color: rgb(45,74,236); }

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

border-color css

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

 span { border-color: rgb(45,74,236); }

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