Html Css Color HEX #2B6DF6 Royal Blue

📋 copy color: '#2B6DF6'

red 43 ◦ green 109 ◦ blue 246

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

Shades of Royal Blue #2B6DF6

Tints of Royal Blue #2B6DF6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

 BLUE value IS 246 (96.48% from 255) = 61.81%

R = 10.8%
G = 27.39%
B = 61.81%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2B6DF6 (or 0x2B6DF6) is known color: Royal Blue. HEX triplet: 2B, 6D and F6. RGB value is (43,109,246). Sum of RGB (Red+Green+Blue) = 43+109+246=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #2B6DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6DF6 is #D49209. Grayscale: #686868. Windows color (decimal): -13931018 or 16149803. OLE color: 16149803.

HSL color Cylindrical-coordinate representation of color #2B6DF6: hue angle of 220.49º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B6DF6 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 43 109 246 -
CMYK 0.83 0.56 0 0.04
HSL 220.49º 0.92% 0.57% -
HSV(B) 220.49º 0.83% 0.96% -
XYZ 23.1 18.1 89.47 -
YUV 104.88 207.63 83.86 -
System Red Green Blue C M Y K H S L
Decimal 43 109 246 0.83 0.56 0 0.04 220.49 0.92 0.57
Hex 2B 6D F6 53 38 0 4 DC 5C 39
Octal 53 155 366 123 70 0 4 334 134 71
Binary 101011 1101101 11110110 1010011 111000 0 100 11011100 1011100 111001

Color Harmonies of #2B6DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6DF6

Black with #2B6DF6

Text Example


Text Example

White with #2B6DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,109,246); }

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

background-color css

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

 a { background-color: rgb(43,109,246); }

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

border-color css

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

 span { border-color: rgb(43,109,246); }

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