Html Css Color HEX #2B66DD Royal Blue

📋 copy color: '#2B66DD'

red 43 ◦ green 102 ◦ blue 221

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

Shades of Royal Blue #2B66DD

Tints of Royal Blue #2B66DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.87%

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

R = 11.75%
G = 27.87%
B = 60.38%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B66DD (or 0x2B66DD) is known color: Royal Blue. HEX triplet: 2B, 66 and DD. RGB value is (43,102,221). Sum of RGB (Red+Green+Blue) = 43+102+221=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B66DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B66DD is #D49922. Grayscale: #616161. Windows color (decimal): -13932835 or 14509611. OLE color: 14509611.

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

Color convert

RGB 43 102 221 -
CMYK 0.81 0.54 0 0.13
HSL 220.11º 0.72% 0.52% -
HSV(B) 220.11º 0.81% 0.87% -
XYZ 18.8 15.24 70.36 -
YUV 97.93 197.45 88.82 -
System Red Green Blue C M Y K H S L
Decimal 43 102 221 0.81 0.54 0 0.13 220.11 0.72 0.52
Hex 2B 66 DD 51 36 0 D DC 48 34
Octal 53 146 335 121 66 0 15 334 110 64
Binary 101011 1100110 11011101 1010001 110110 0 1101 11011100 1001000 110100

Color Harmonies of #2B66DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B66DD

Black with #2B66DD

Text Example


Text Example

White with #2B66DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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