Html Css Color HEX #2B5BDC Royal Blue

📋 copy color: '#2B5BDC'

red 43 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #2B5BDC

Tints of Royal Blue #2B5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 12.15%
G = 25.71%
B = 62.15%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B5BDC (or 0x2B5BDC) is known color: Royal Blue. HEX triplet: 2B, 5B and DC. RGB value is (43,91,220). Sum of RGB (Red+Green+Blue) = 43+91+220=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B5BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5BDC is #D4A423. Grayscale: #5A5A5A. Windows color (decimal): -13935652 or 14441259. OLE color: 14441259.

HSL color Cylindrical-coordinate representation of color #2B5BDC: hue angle of 223.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B5BDC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 91 220 -
CMYK 0.80 0.59 0 0.14
HSL 223.73º 0.72% 0.52% -
HSV(B) 223.73º 0.8% 0.86% -
XYZ 17.66 13.16 69.32 -
YUV 91.35 200.6 93.51 -
System Red Green Blue C M Y K H S L
Decimal 43 91 220 0.80 0.59 0 0.14 223.73 0.72 0.52
Hex 2B 5B DC 50 3B 0 E E0 48 34
Octal 53 133 334 120 73 0 16 340 110 64
Binary 101011 1011011 11011100 1010000 111011 0 1110 11100000 1001000 110100

Color Harmonies of #2B5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5BDC

Black with #2B5BDC

Text Example


Text Example

White with #2B5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,91,220); }

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

background-color css

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

 a { background-color: rgb(43,91,220); }

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

border-color css

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

 span { border-color: rgb(43,91,220); }

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