Html Css Color HEX #2B6AFF Royal Blue

📋 copy color: '#2B6AFF'

red 43 ◦ green 106 ◦ blue 255

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

Shades of Royal Blue #2B6AFF

Tints of Royal Blue #2B6AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.24%

 BLUE value IS 255 (100% from 255) = 63.12%

R = 10.64%
G = 26.24%
B = 63.12%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2B6AFF (or 0x2B6AFF) is known color: Royal Blue. HEX triplet: 2B, 6A and FF. RGB value is (43,106,255). Sum of RGB (Red+Green+Blue) = 43+106+255=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B6AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6AFF is #D49500. Grayscale: #676767. Windows color (decimal): -13931777 or 16738859. OLE color: 16738859.

HSL color Cylindrical-coordinate representation of color #2B6AFF: hue angle of 222.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B6AFF is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 43 106 255 -
CMYK 0.83 0.58 0 0
HSL 222.17º 1% 0.58% -
HSV(B) 222.17º 0.83% 1% -
XYZ 24.2 18.04 96.81 -
YUV 104.15 213.13 84.38 -
System Red Green Blue C M Y K H S L
Decimal 43 106 255 0.83 0.58 0 0 222.17 1 0.58
Hex 2B 6A FF 53 3A 0 0 DE 64 3A
Octal 53 152 377 123 72 0 0 336 144 72
Binary 101011 1101010 11111111 1010011 111010 0 0 11011110 1100100 111010

Color Harmonies of #2B6AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6AFF

Black with #2B6AFF

Text Example


Text Example

White with #2B6AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,106,255); }

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

background-color css

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

 a { background-color: rgb(43,106,255); }

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

border-color css

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

 span { border-color: rgb(43,106,255); }

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