Html Css Color HEX #2B6BFC Royal Blue

📋 copy color: '#2B6BFC'

red 43 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #2B6BFC

Tints of Royal Blue #2B6BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.69%

R = 10.7%
G = 26.62%
B = 62.69%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2B6BFC (or 0x2B6BFC) is known color: Royal Blue. HEX triplet: 2B, 6B and FC. RGB value is (43,107,252). Sum of RGB (Red+Green+Blue) = 43+107+252=402 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.70% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6BFC is #D49403. Grayscale: #676767. Windows color (decimal): -13931524 or 16542507. OLE color: 16542507.

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

Color convert

RGB 43 107 252 -
CMYK 0.83 0.58 0 0.01
HSL 221.63º 0.97% 0.58% -
HSV(B) 221.63º 0.83% 0.99% -
XYZ 23.82 18.06 94.33 -
YUV 104.39 211.3 84.21 -
System Red Green Blue C M Y K H S L
Decimal 43 107 252 0.83 0.58 0 0.01 221.63 0.97 0.58
Hex 2B 6B FC 53 3A 0 1 DE 61 3A
Octal 53 153 374 123 72 0 1 336 141 72
Binary 101011 1101011 11111100 1010011 111010 0 1 11011110 1100001 111010

Color Harmonies of #2B6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6BFC

Black with #2B6BFC

Text Example


Text Example

White with #2B6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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