Html Css Color HEX #2B73DD Royal Blue

📋 copy color: '#2B73DD'

red 43 ◦ green 115 ◦ blue 221

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

Shades of Royal Blue #2B73DD

Tints of Royal Blue #2B73DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

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

R = 11.35%
G = 30.34%
B = 58.31%

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

#2B73DD (or 0x2B73DD) is known color: Royal Blue. HEX triplet: 2B, 73 and DD. RGB value is (43,115,221). Sum of RGB (Red+Green+Blue) = 43+115+221=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B73DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B73DD is #D48C22. Grayscale: #696969. Windows color (decimal): -13929507 or 14512939. OLE color: 14512939.

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

Color convert

RGB 43 115 221 -
CMYK 0.81 0.48 0 0.13
HSL 215.73º 0.72% 0.52% -
HSV(B) 215.73º 0.81% 0.87% -
XYZ 20.18 18 70.82 -
YUV 105.56 193.15 83.38 -
System Red Green Blue C M Y K H S L
Decimal 43 115 221 0.81 0.48 0 0.13 215.73 0.72 0.52
Hex 2B 73 DD 51 30 0 D D8 48 34
Octal 53 163 335 121 60 0 15 330 110 64
Binary 101011 1110011 11011101 1010001 110000 0 1101 11011000 1001000 110100

Color Harmonies of #2B73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B73DD

Black with #2B73DD

Text Example


Text Example

White with #2B73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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