Html Css Color HEX #2B72DD Royal Blue

📋 copy color: '#2B72DD'

red 43 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #2B72DD

Tints of Royal Blue #2B72DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.16%

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

R = 11.38%
G = 30.16%
B = 58.47%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B72DD (or 0x2B72DD) is known color: Royal Blue. HEX triplet: 2B, 72 and DD. RGB value is (43,114,221). Sum of RGB (Red+Green+Blue) = 43+114+221=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B72DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B72DD is #D48D22. Grayscale: #686868. Windows color (decimal): -13929763 or 14512683. OLE color: 14512683.

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

Color convert

RGB 43 114 221 -
CMYK 0.81 0.48 0 0.13
HSL 216.07º 0.72% 0.52% -
HSV(B) 216.07º 0.81% 0.87% -
XYZ 20.06 17.77 70.78 -
YUV 104.97 193.48 83.8 -
System Red Green Blue C M Y K H S L
Decimal 43 114 221 0.81 0.48 0 0.13 216.07 0.72 0.52
Hex 2B 72 DD 51 30 0 D D8 48 34
Octal 53 162 335 121 60 0 15 330 110 64
Binary 101011 1110010 11011101 1010001 110000 0 1101 11011000 1001000 110100

Color Harmonies of #2B72DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B72DD

Black with #2B72DD

Text Example


Text Example

White with #2B72DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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