Html Css Color HEX #2B5ED9 Royal Blue

📋 copy color: '#2B5ED9'

red 43 ◦ green 94 ◦ blue 217

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

Shades of Royal Blue #2B5ED9

Tints of Royal Blue #2B5ED9

RGB

 RED value IS 43 (17.19% from 255) = 12.15%

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

 BLUE value IS 217 (85.16% from 255) = 61.3%

R = 12.15%
G = 26.55%
B = 61.3%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2B5ED9 (or 0x2B5ED9) is known color: Royal Blue. HEX triplet: 2B, 5E and D9. RGB value is (43,94,217). Sum of RGB (Red+Green+Blue) = 43+94+217=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 217 (85.16% from 255 or 61.30% from 354); Max value from RGB is 217 - color contains mainly: blue. Hex color #2B5ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5ED9 is #D4A126. Grayscale: #5C5C5C. Windows color (decimal): -13934887 or 14245419. OLE color: 14245419.

HSL color Cylindrical-coordinate representation of color #2B5ED9: hue angle of 222.41º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B5ED9 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 94 217 -
CMYK 0.80 0.57 0 0.15
HSL 222.41º 0.7% 0.51% -
HSV(B) 222.41º 0.8% 0.85% -
XYZ 17.52 13.53 67.33 -
YUV 92.77 198.1 92.5 -
System Red Green Blue C M Y K H S L
Decimal 43 94 217 0.80 0.57 0 0.15 222.41 0.7 0.51
Hex 2B 5E D9 50 39 0 F DE 46 33
Octal 53 136 331 120 71 0 17 336 106 63
Binary 101011 1011110 11011001 1010000 111001 0 1111 11011110 1000110 110011

Color Harmonies of #2B5ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5ED9

Black with #2B5ED9

Text Example


Text Example

White with #2B5ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,94,217); }

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

background-color css

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

 a { background-color: rgb(43,94,217); }

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

border-color css

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

 span { border-color: rgb(43,94,217); }

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