Html Css Color HEX #2B72DC Royal Blue

📋 copy color: '#2B72DC'

red 43 ◦ green 114 ◦ blue 220

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

Shades of Royal Blue #2B72DC

Tints of Royal Blue #2B72DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.36%

R = 11.41%
G = 30.24%
B = 58.36%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B72DC (or 0x2B72DC) is known color: Royal Blue. HEX triplet: 2B, 72 and DC. RGB value is (43,114,220). Sum of RGB (Red+Green+Blue) = 43+114+220=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B72DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B72DC is #D48D23. Grayscale: #686868. Windows color (decimal): -13929764 or 14447147. OLE color: 14447147.

HSL color Cylindrical-coordinate representation of color #2B72DC: hue angle of 215.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B72DC is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 114 220 -
CMYK 0.80 0.48 0 0.14
HSL 215.93º 0.72% 0.52% -
HSV(B) 215.93º 0.8% 0.86% -
XYZ 19.93 17.72 70.08 -
YUV 104.86 192.98 83.88 -
System Red Green Blue C M Y K H S L
Decimal 43 114 220 0.80 0.48 0 0.14 215.93 0.72 0.52
Hex 2B 72 DC 50 30 0 E D8 48 34
Octal 53 162 334 120 60 0 16 330 110 64
Binary 101011 1110010 11011100 1010000 110000 0 1110 11011000 1001000 110100

Color Harmonies of #2B72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B72DC

Black with #2B72DC

Text Example


Text Example

White with #2B72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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