Html Css Color HEX #2B59DC Royal Blue

📋 copy color: '#2B59DC'

red 43 ◦ green 89 ◦ blue 220

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

Shades of Royal Blue #2B59DC

Tints of Royal Blue #2B59DC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.28%

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

R = 12.22%
G = 25.28%
B = 62.5%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B59DC (or 0x2B59DC) is known color: Royal Blue. HEX triplet: 2B, 59 and DC. RGB value is (43,89,220). Sum of RGB (Red+Green+Blue) = 43+89+220=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B59DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B59DC is #D4A623. Grayscale: #595959. Windows color (decimal): -13936164 or 14440747. OLE color: 14440747.

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

Color convert

RGB 43 89 220 -
CMYK 0.80 0.60 0 0.14
HSL 224.41º 0.72% 0.52% -
HSV(B) 224.41º 0.8% 0.86% -
XYZ 17.49 12.83 69.26 -
YUV 90.18 201.26 94.35 -
System Red Green Blue C M Y K H S L
Decimal 43 89 220 0.80 0.60 0 0.14 224.41 0.72 0.52
Hex 2B 59 DC 50 3C 0 E E0 48 34
Octal 53 131 334 120 74 0 16 340 110 64
Binary 101011 1011001 11011100 1010000 111100 0 1110 11100000 1001000 110100

Color Harmonies of #2B59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B59DC

Black with #2B59DC

Text Example


Text Example

White with #2B59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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