Html Css Color HEX #2B71CF Royal Blue

📋 copy color: '#2B71CF'

red 43 ◦ green 113 ◦ blue 207

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

Shades of Royal Blue #2B71CF

Tints of Royal Blue #2B71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.02%

R = 11.85%
G = 31.13%
B = 57.02%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B71CF (or 0x2B71CF) is known color: Royal Blue. HEX triplet: 2B, 71 and CF. RGB value is (43,113,207). Sum of RGB (Red+Green+Blue) = 43+113+207=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B71CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B71CF is #D48E30. Grayscale: #666666. Windows color (decimal): -13930033 or 13594923. OLE color: 13594923.

HSL color Cylindrical-coordinate representation of color #2B71CF: hue angle of 214.39º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B71CF is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 113 207 -
CMYK 0.79 0.45 0 0.19
HSL 214.39º 0.66% 0.49% -
HSV(B) 214.39º 0.79% 0.81% -
XYZ 18.16 16.83 61.32 -
YUV 102.79 186.81 85.36 -
System Red Green Blue C M Y K H S L
Decimal 43 113 207 0.79 0.45 0 0.19 214.39 0.66 0.49
Hex 2B 71 CF 4F 2D 0 13 D6 42 31
Octal 53 161 317 117 55 0 23 326 102 61
Binary 101011 1110001 11001111 1001111 101101 0 10011 11010110 1000010 110001

Color Harmonies of #2B71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B71CF

Black with #2B71CF

Text Example


Text Example

White with #2B71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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