Html Css Color HEX #2B6BEC Royal Blue

📋 copy color: '#2B6BEC'

red 43 ◦ green 107 ◦ blue 236

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

Shades of Royal Blue #2B6BEC

Tints of Royal Blue #2B6BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

 BLUE value IS 236 (92.58% from 255) = 61.14%

R = 11.14%
G = 27.72%
B = 61.14%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B6BEC (or 0x2B6BEC) is known color: Royal Blue. HEX triplet: 2B, 6B and EC. RGB value is (43,107,236). Sum of RGB (Red+Green+Blue) = 43+107+236=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B6BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6BEC is #D49413. Grayscale: #656565. Windows color (decimal): -13931540 or 15493931. OLE color: 15493931.

HSL color Cylindrical-coordinate representation of color #2B6BEC: hue angle of 220.1º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B6BEC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 107 236 -
CMYK 0.82 0.55 0 0.07
HSL 220.1º 0.84% 0.55% -
HSV(B) 220.1º 0.82% 0.93% -
XYZ 21.39 17.09 81.53 -
YUV 102.57 203.3 85.51 -
System Red Green Blue C M Y K H S L
Decimal 43 107 236 0.82 0.55 0 0.07 220.1 0.84 0.55
Hex 2B 6B EC 52 37 0 7 DC 54 37
Octal 53 153 354 122 67 0 7 334 124 67
Binary 101011 1101011 11101100 1010010 110111 0 111 11011100 1010100 110111

Color Harmonies of #2B6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6BEC

Black with #2B6BEC

Text Example


Text Example

White with #2B6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,107,236); }

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

background-color css

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

 a { background-color: rgb(43,107,236); }

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

border-color css

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

 span { border-color: rgb(43,107,236); }

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