Html Css Color HEX #2B6DFB Royal Blue

📋 copy color: '#2B6DFB'

red 43 ◦ green 109 ◦ blue 251

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

Shades of Royal Blue #2B6DFB

Tints of Royal Blue #2B6DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 251 (98.44% from 255) = 62.28%

R = 10.67%
G = 27.05%
B = 62.28%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B6DFB (or 0x2B6DFB) is known color: Royal Blue. HEX triplet: 2B, 6D and FB. RGB value is (43,109,251). Sum of RGB (Red+Green+Blue) = 43+109+251=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B6DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6DFB is #D49204. Grayscale: #686868. Windows color (decimal): -13931013 or 16477483. OLE color: 16477483.

HSL color Cylindrical-coordinate representation of color #2B6DFB: hue angle of 220.96º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B6DFB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 109 251 -
CMYK 0.83 0.57 0 0.02
HSL 220.96º 0.96% 0.58% -
HSV(B) 220.96º 0.83% 0.98% -
XYZ 23.88 18.42 93.56 -
YUV 105.45 210.13 83.45 -
System Red Green Blue C M Y K H S L
Decimal 43 109 251 0.83 0.57 0 0.02 220.96 0.96 0.58
Hex 2B 6D FB 53 39 0 2 DD 60 3A
Octal 53 155 373 123 71 0 2 335 140 72
Binary 101011 1101101 11111011 1010011 111001 0 10 11011101 1100000 111010

Color Harmonies of #2B6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6DFB

Black with #2B6DFB

Text Example


Text Example

White with #2B6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,109,251); }

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

background-color css

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

 a { background-color: rgb(43,109,251); }

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

border-color css

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

 span { border-color: rgb(43,109,251); }

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