Html Css Color HEX #2D4BEC Royal Blue

📋 copy color: '#2D4BEC'

red 45 ◦ green 75 ◦ blue 236

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

Shades of Royal Blue #2D4BEC

Tints of Royal Blue #2D4BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.07%

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

R = 12.64%
G = 21.07%
B = 66.29%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2D4BEC (or 0x2D4BEC) is known color: Royal Blue. HEX triplet: 2D, 4B and EC. RGB value is (45,75,236). Sum of RGB (Red+Green+Blue) = 45+75+236=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #2D4BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D4BEC is #D2B413. Grayscale: #535353. Windows color (decimal): -13808660 or 15485741. OLE color: 15485741.

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

Color convert

RGB 45 75 236 -
CMYK 0.81 0.68 0 0.07
HSL 230.58º 0.83% 0.55% -
HSV(B) 230.58º 0.81% 0.93% -
XYZ 18.74 11.65 80.62 -
YUV 84.38 213.56 99.91 -
System Red Green Blue C M Y K H S L
Decimal 45 75 236 0.81 0.68 0 0.07 230.58 0.83 0.55
Hex 2D 4B EC 51 44 0 7 E7 53 37
Octal 55 113 354 121 104 0 7 347 123 67
Binary 101101 1001011 11101100 1010001 1000100 0 111 11100111 1010011 110111

Color Harmonies of #2D4BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4BEC

Black with #2D4BEC

Text Example


Text Example

White with #2D4BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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