Html Css Color HEX #2B7DDA Royal Blue

📋 copy color: '#2B7DDA'

red 43 ◦ green 125 ◦ blue 218

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

Shades of Royal Blue #2B7DDA

Tints of Royal Blue #2B7DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

 BLUE value IS 218 (85.55% from 255) = 56.48%

R = 11.14%
G = 32.38%
B = 56.48%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2B7DDA (or 0x2B7DDA) is known color: Royal Blue. HEX triplet: 2B, 7D and DA. RGB value is (43,125,218). Sum of RGB (Red+Green+Blue) = 43+125+218=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B7DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7DDA is #D48225. Grayscale: #6E6E6E. Windows color (decimal): -13926950 or 14318891. OLE color: 14318891.

HSL color Cylindrical-coordinate representation of color #2B7DDA: hue angle of 211.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B7DDA is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 125 218 -
CMYK 0.80 0.43 0 0.15
HSL 211.89º 0.7% 0.51% -
HSV(B) 211.89º 0.8% 0.85% -
XYZ 20.98 20.24 69.13 -
YUV 111.08 188.33 79.44 -
System Red Green Blue C M Y K H S L
Decimal 43 125 218 0.80 0.43 0 0.15 211.89 0.7 0.51
Hex 2B 7D DA 50 2B 0 F D4 46 33
Octal 53 175 332 120 53 0 17 324 106 63
Binary 101011 1111101 11011010 1010000 101011 0 1111 11010100 1000110 110011

Color Harmonies of #2B7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7DDA

Black with #2B7DDA

Text Example


Text Example

White with #2B7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,125,218); }

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

background-color css

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

 a { background-color: rgb(43,125,218); }

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

border-color css

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

 span { border-color: rgb(43,125,218); }

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