Html Css Color HEX #2B6BEE Royal Blue

📋 copy color: '#2B6BEE'

red 43 ◦ green 107 ◦ blue 238

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

Shades of Royal Blue #2B6BEE

Tints of Royal Blue #2B6BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.34%

R = 11.08%
G = 27.58%
B = 61.34%

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

#2B6BEE (or 0x2B6BEE) is known color: Royal Blue. HEX triplet: 2B, 6B and EE. RGB value is (43,107,238). Sum of RGB (Red+Green+Blue) = 43+107+238=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B6BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6BEE is #D49411. Grayscale: #666666. Windows color (decimal): -13931538 or 15625003. OLE color: 15625003.

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

Color convert

RGB 43 107 238 -
CMYK 0.82 0.55 0 0.07
HSL 220.31º 0.85% 0.55% -
HSV(B) 220.31º 0.82% 0.93% -
XYZ 21.69 17.2 83.07 -
YUV 102.8 204.3 85.35 -
System Red Green Blue C M Y K H S L
Decimal 43 107 238 0.82 0.55 0 0.07 220.31 0.85 0.55
Hex 2B 6B EE 52 37 0 7 DC 55 37
Octal 53 153 356 122 67 0 7 334 125 67
Binary 101011 1101011 11101110 1010010 110111 0 111 11011100 1010101 110111

Color Harmonies of #2B6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6BEE

Black with #2B6BEE

Text Example


Text Example

White with #2B6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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