Html Css Color HEX #2B6CE6 Royal Blue

📋 copy color: '#2B6CE6'

red 43 ◦ green 108 ◦ blue 230

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

Shades of Royal Blue #2B6CE6

Tints of Royal Blue #2B6CE6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

 BLUE value IS 230 (90.23% from 255) = 60.37%

R = 11.29%
G = 28.35%
B = 60.37%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2B6CE6 (or 0x2B6CE6) is known color: Royal Blue. HEX triplet: 2B, 6C and E6. RGB value is (43,108,230). Sum of RGB (Red+Green+Blue) = 43+108+230=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 230 (90.23% from 255 or 60.37% from 381); Max value from RGB is 230 - color contains mainly: blue. Hex color #2B6CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6CE6 is #D49319. Grayscale: #656565. Windows color (decimal): -13931290 or 15100971. OLE color: 15100971.

HSL color Cylindrical-coordinate representation of color #2B6CE6: hue angle of 219.14º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B6CE6 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 108 230 -
CMYK 0.81 0.53 0 0.10
HSL 219.14º 0.79% 0.54% -
HSV(B) 219.14º 0.81% 0.9% -
XYZ 20.64 16.95 77.05 -
YUV 102.47 199.97 85.58 -
System Red Green Blue C M Y K H S L
Decimal 43 108 230 0.81 0.53 0 0.10 219.14 0.79 0.54
Hex 2B 6C E6 51 35 0 A DB 4F 36
Octal 53 154 346 121 65 0 12 333 117 66
Binary 101011 1101100 11100110 1010001 110101 0 1010 11011011 1001111 110110

Color Harmonies of #2B6CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6CE6

Black with #2B6CE6

Text Example


Text Example

White with #2B6CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,108,230); }

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

background-color css

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

 a { background-color: rgb(43,108,230); }

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

border-color css

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

 span { border-color: rgb(43,108,230); }

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