Html Css Color HEX #2D4AEB Royal Blue

📋 copy color: '#2D4AEB'

red 45 ◦ green 74 ◦ blue 235

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

Shades of Royal Blue #2D4AEB

Tints of Royal Blue #2D4AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.38%

R = 12.71%
G = 20.9%
B = 66.38%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2D4AEB (or 0x2D4AEB) is known color: Royal Blue. HEX triplet: 2D, 4A and EB. RGB value is (45,74,235). Sum of RGB (Red+Green+Blue) = 45+74+235=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D4AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D4AEB is #D2B514. Grayscale: #535353. Windows color (decimal): -13808917 or 15419949. OLE color: 15419949.

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

Color convert

RGB 45 74 235 -
CMYK 0.81 0.69 0 0.08
HSL 230.84º 0.83% 0.55% -
HSV(B) 230.84º 0.81% 0.92% -
XYZ 18.53 11.45 79.83 -
YUV 83.68 213.39 100.41 -
System Red Green Blue C M Y K H S L
Decimal 45 74 235 0.81 0.69 0 0.08 230.84 0.83 0.55
Hex 2D 4A EB 51 45 0 8 E7 53 37
Octal 55 112 353 121 105 0 10 347 123 67
Binary 101101 1001010 11101011 1010001 1000101 0 1000 11100111 1010011 110111

Color Harmonies of #2D4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4AEB

Black with #2D4AEB

Text Example


Text Example

White with #2D4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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