Html Css Color HEX #2B6EDC Royal Blue

📋 copy color: '#2B6EDC'

red 43 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #2B6EDC

Tints of Royal Blue #2B6EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.49%

 BLUE value IS 220 (86.33% from 255) = 58.98%

R = 11.53%
G = 29.49%
B = 58.98%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B6EDC (or 0x2B6EDC) is known color: Royal Blue. HEX triplet: 2B, 6E and DC. RGB value is (43,110,220). Sum of RGB (Red+Green+Blue) = 43+110+220=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B6EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6EDC is #D49123. Grayscale: #666666. Windows color (decimal): -13930788 or 14446123. OLE color: 14446123.

HSL color Cylindrical-coordinate representation of color #2B6EDC: hue angle of 217.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B6EDC is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 110 220 -
CMYK 0.80 0.50 0 0.14
HSL 217.29º 0.72% 0.52% -
HSV(B) 217.29º 0.8% 0.86% -
XYZ 19.49 16.83 69.93 -
YUV 102.51 194.3 85.56 -
System Red Green Blue C M Y K H S L
Decimal 43 110 220 0.80 0.50 0 0.14 217.29 0.72 0.52
Hex 2B 6E DC 50 32 0 E D9 48 34
Octal 53 156 334 120 62 0 16 331 110 64
Binary 101011 1101110 11011100 1010000 110010 0 1110 11011001 1001000 110100

Color Harmonies of #2B6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6EDC

Black with #2B6EDC

Text Example


Text Example

White with #2B6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,110,220); }

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

background-color css

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

 a { background-color: rgb(43,110,220); }

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

border-color css

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

 span { border-color: rgb(43,110,220); }

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