Html Css Color HEX #2B60D5 Royal Blue

📋 copy color: '#2B60D5'

red 43 ◦ green 96 ◦ blue 213

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

Shades of Royal Blue #2B60D5

Tints of Royal Blue #2B60D5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.27%

 BLUE value IS 213 (83.59% from 255) = 60.51%

R = 12.22%
G = 27.27%
B = 60.51%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2B60D5 (or 0x2B60D5) is known color: Royal Blue. HEX triplet: 2B, 60 and D5. RGB value is (43,96,213). Sum of RGB (Red+Green+Blue) = 43+96+213=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 213 (83.59% from 255 or 60.51% from 352); Max value from RGB is 213 - color contains mainly: blue. Hex color #2B60D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B60D5 is #D49F2A. Grayscale: #5C5C5C. Windows color (decimal): -13934379 or 13983787. OLE color: 13983787.

HSL color Cylindrical-coordinate representation of color #2B60D5: hue angle of 221.29º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B60D5 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 96 213 -
CMYK 0.80 0.55 0 0.16
HSL 221.29º 0.67% 0.5% -
HSV(B) 221.29º 0.8% 0.84% -
XYZ 17.19 13.68 64.69 -
YUV 93.49 195.44 91.99 -
System Red Green Blue C M Y K H S L
Decimal 43 96 213 0.80 0.55 0 0.16 221.29 0.67 0.5
Hex 2B 60 D5 50 37 0 10 DD 43 32
Octal 53 140 325 120 67 0 20 335 103 62
Binary 101011 1100000 11010101 1010000 110111 0 10000 11011101 1000011 110010

Color Harmonies of #2B60D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B60D5

Black with #2B60D5

Text Example


Text Example

White with #2B60D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,96,213); }

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

background-color css

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

 a { background-color: rgb(43,96,213); }

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

border-color css

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

 span { border-color: rgb(43,96,213); }

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