Html Css Color HEX #2D6AED Royal Blue

📋 copy color: '#2D6AED'

red 45 ◦ green 106 ◦ blue 237

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

Shades of Royal Blue #2D6AED

Tints of Royal Blue #2D6AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

 BLUE value IS 237 (92.97% from 255) = 61.08%

R = 11.6%
G = 27.32%
B = 61.08%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2D6AED (or 0x2D6AED) is known color: Royal Blue. HEX triplet: 2D, 6A and ED. RGB value is (45,106,237). Sum of RGB (Red+Green+Blue) = 45+106+237=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #2D6AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6AED is #D29512. Grayscale: #666666. Windows color (decimal): -13800723 or 15559213. OLE color: 15559213.

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

Color convert

RGB 45 106 237 -
CMYK 0.81 0.55 0 0.07
HSL 220.94º 0.84% 0.55% -
HSV(B) 220.94º 0.81% 0.93% -
XYZ 21.52 16.98 82.26 -
YUV 102.7 203.79 86.85 -
System Red Green Blue C M Y K H S L
Decimal 45 106 237 0.81 0.55 0 0.07 220.94 0.84 0.55
Hex 2D 6A ED 51 37 0 7 DD 54 37
Octal 55 152 355 121 67 0 7 335 124 67
Binary 101101 1101010 11101101 1010001 110111 0 111 11011101 1010100 110111

Color Harmonies of #2D6AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6AED

Black with #2D6AED

Text Example


Text Example

White with #2D6AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,106,237); }

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

background-color css

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

 a { background-color: rgb(45,106,237); }

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

border-color css

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

 span { border-color: rgb(45,106,237); }

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