Html Css Color HEX #2B71DD Royal Blue

📋 copy color: '#2B71DD'

red 43 ◦ green 113 ◦ blue 221

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

Shades of Royal Blue #2B71DD

Tints of Royal Blue #2B71DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

 BLUE value IS 221 (86.72% from 255) = 58.62%

R = 11.41%
G = 29.97%
B = 58.62%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B71DD (or 0x2B71DD) is known color: Royal Blue. HEX triplet: 2B, 71 and DD. RGB value is (43,113,221). Sum of RGB (Red+Green+Blue) = 43+113+221=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B71DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B71DD is #D48E22. Grayscale: #676767. Windows color (decimal): -13930019 or 14512427. OLE color: 14512427.

HSL color Cylindrical-coordinate representation of color #2B71DD: hue angle of 216.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B71DD is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 113 221 -
CMYK 0.81 0.49 0 0.13
HSL 216.4º 0.72% 0.52% -
HSV(B) 216.4º 0.81% 0.87% -
XYZ 19.95 17.54 70.74 -
YUV 104.38 193.81 84.22 -
System Red Green Blue C M Y K H S L
Decimal 43 113 221 0.81 0.49 0 0.13 216.4 0.72 0.52
Hex 2B 71 DD 51 31 0 D D8 48 34
Octal 53 161 335 121 61 0 15 330 110 64
Binary 101011 1110001 11011101 1010001 110001 0 1101 11011000 1001000 110100

Color Harmonies of #2B71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B71DD

Black with #2B71DD

Text Example


Text Example

White with #2B71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,113,221); }

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

background-color css

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

 a { background-color: rgb(43,113,221); }

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

border-color css

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

 span { border-color: rgb(43,113,221); }

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