Html Css Color HEX #2B6ECF Royal Blue

📋 copy color: '#2B6ECF'

red 43 ◦ green 110 ◦ blue 207

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

Shades of Royal Blue #2B6ECF

Tints of Royal Blue #2B6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.5%

R = 11.94%
G = 30.56%
B = 57.5%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B6ECF (or 0x2B6ECF) is known color: Royal Blue. HEX triplet: 2B, 6E and CF. RGB value is (43,110,207). Sum of RGB (Red+Green+Blue) = 43+110+207=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B6ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ECF is #D49130. Grayscale: #646464. Windows color (decimal): -13930801 or 13594155. OLE color: 13594155.

HSL color Cylindrical-coordinate representation of color #2B6ECF: hue angle of 215.49º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B6ECF is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 110 207 -
CMYK 0.79 0.47 0 0.19
HSL 215.49º 0.66% 0.49% -
HSV(B) 215.49º 0.79% 0.81% -
XYZ 17.83 16.17 61.21 -
YUV 101.03 187.8 86.61 -
System Red Green Blue C M Y K H S L
Decimal 43 110 207 0.79 0.47 0 0.19 215.49 0.66 0.49
Hex 2B 6E CF 4F 2F 0 13 D7 42 31
Octal 53 156 317 117 57 0 23 327 102 61
Binary 101011 1101110 11001111 1001111 101111 0 10011 11010111 1000010 110001

Color Harmonies of #2B6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6ECF

Black with #2B6ECF

Text Example


Text Example

White with #2B6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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