Html Css Color HEX #2B56DC Royal Blue

📋 copy color: '#2B56DC'

red 43 ◦ green 86 ◦ blue 220

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

Shades of Royal Blue #2B56DC

Tints of Royal Blue #2B56DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.64%

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

R = 12.32%
G = 24.64%
B = 63.04%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B56DC (or 0x2B56DC) is known color: Royal Blue. HEX triplet: 2B, 56 and DC. RGB value is (43,86,220). Sum of RGB (Red+Green+Blue) = 43+86+220=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B56DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B56DC is #D4A923. Grayscale: #575757. Windows color (decimal): -13936932 or 14439979. OLE color: 14439979.

HSL color Cylindrical-coordinate representation of color #2B56DC: hue angle of 225.42º 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 #2B56DC is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 86 220 -
CMYK 0.80 0.61 0 0.14
HSL 225.42º 0.72% 0.52% -
HSV(B) 225.42º 0.8% 0.86% -
XYZ 17.24 12.34 69.18 -
YUV 88.42 202.25 95.6 -
System Red Green Blue C M Y K H S L
Decimal 43 86 220 0.80 0.61 0 0.14 225.42 0.72 0.52
Hex 2B 56 DC 50 3D 0 E E1 48 34
Octal 53 126 334 120 75 0 16 341 110 64
Binary 101011 1010110 11011100 1010000 111101 0 1110 11100001 1001000 110100

Color Harmonies of #2B56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B56DC

Black with #2B56DC

Text Example


Text Example

White with #2B56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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