Html Css Color HEX #2B6EED Royal Blue

📋 copy color: '#2B6EED'

red 43 ◦ green 110 ◦ blue 237

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

Shades of Royal Blue #2B6EED

Tints of Royal Blue #2B6EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.77%

R = 11.03%
G = 28.21%
B = 60.77%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B6EED (or 0x2B6EED) is known color: Royal Blue. HEX triplet: 2B, 6E and ED. RGB value is (43,110,237). Sum of RGB (Red+Green+Blue) = 43+110+237=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B6EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6EED is #D49112. Grayscale: #676767. Windows color (decimal): -13930771 or 15560235. OLE color: 15560235.

HSL color Cylindrical-coordinate representation of color #2B6EED: hue angle of 219.28º 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 #2B6EED is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 110 237 -
CMYK 0.82 0.54 0 0.07
HSL 219.28º 0.84% 0.55% -
HSV(B) 219.28º 0.82% 0.93% -
XYZ 21.86 17.78 82.4 -
YUV 104.45 202.8 84.17 -
System Red Green Blue C M Y K H S L
Decimal 43 110 237 0.82 0.54 0 0.07 219.28 0.84 0.55
Hex 2B 6E ED 52 36 0 7 DB 54 37
Octal 53 156 355 122 66 0 7 333 124 67
Binary 101011 1101110 11101101 1010010 110110 0 111 11011011 1010100 110111

Color Harmonies of #2B6EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6EED

Black with #2B6EED

Text Example


Text Example

White with #2B6EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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