Html Css Color HEX #2B7DDD Royal Blue

📋 copy color: '#2B7DDD'

red 43 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #2B7DDD

Tints of Royal Blue #2B7DDD

RGB

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

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

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

R = 11.05%
G = 32.13%
B = 56.81%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B7DDD (or 0x2B7DDD) is known color: Royal Blue. HEX triplet: 2B, 7D and DD. RGB value is (43,125,221). Sum of RGB (Red+Green+Blue) = 43+125+221=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B7DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7DDD is #D48222. Grayscale: #6E6E6E. Windows color (decimal): -13926947 or 14515499. OLE color: 14515499.

HSL color Cylindrical-coordinate representation of color #2B7DDD: hue angle of 212.36º 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 #2B7DDD is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 125 221 -
CMYK 0.81 0.43 0 0.13
HSL 212.36º 0.72% 0.52% -
HSV(B) 212.36º 0.81% 0.87% -
XYZ 21.38 20.4 71.22 -
YUV 111.43 189.83 79.19 -
System Red Green Blue C M Y K H S L
Decimal 43 125 221 0.81 0.43 0 0.13 212.36 0.72 0.52
Hex 2B 7D DD 51 2B 0 D D4 48 34
Octal 53 175 335 121 53 0 15 324 110 64
Binary 101011 1111101 11011101 1010001 101011 0 1101 11010100 1001000 110100

Color Harmonies of #2B7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7DDD

Black with #2B7DDD

Text Example


Text Example

White with #2B7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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