Html Css Color HEX #2B6AFE Royal Blue

📋 copy color: '#2B6AFE'

red 43 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #2B6AFE

Tints of Royal Blue #2B6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.3%

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 10.67%
G = 26.3%
B = 63.03%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2B6AFE (or 0x2B6AFE) is known color: Royal Blue. HEX triplet: 2B, 6A and FE. RGB value is (43,106,254). Sum of RGB (Red+Green+Blue) = 43+106+254=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B6AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6AFE is #D49501. Grayscale: #676767. Windows color (decimal): -13931778 or 16673323. OLE color: 16673323.

HSL color Cylindrical-coordinate representation of color #2B6AFE: hue angle of 222.09º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B6AFE is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 43 106 254 -
CMYK 0.83 0.58 0 0.00
HSL 222.09º 0.99% 0.58% -
HSV(B) 222.09º 0.83% 1% -
XYZ 24.04 17.98 95.97 -
YUV 104.04 212.63 84.47 -
System Red Green Blue C M Y K H S L
Decimal 43 106 254 0.83 0.58 0 0.00 222.09 0.99 0.58
Hex 2B 6A FE 53 3A 0 0 DE 63 3A
Octal 53 152 376 123 72 0 0 336 143 72
Binary 101011 1101010 11111110 1010011 111010 0 0 11011110 1100011 111010

Color Harmonies of #2B6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6AFE

Black with #2B6AFE

Text Example


Text Example

White with #2B6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,106,254); }

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

background-color css

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

 a { background-color: rgb(43,106,254); }

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

border-color css

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

 span { border-color: rgb(43,106,254); }

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