Html Css Color HEX #2B6CFC Royal Blue

📋 copy color: '#2B6CFC'

red 43 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #2B6CFC

Tints of Royal Blue #2B6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

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

R = 10.67%
G = 26.8%
B = 62.53%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2B6CFC (or 0x2B6CFC) is known color: Royal Blue. HEX triplet: 2B, 6C and FC. RGB value is (43,108,252). Sum of RGB (Red+Green+Blue) = 43+108+252=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6CFC is #D49303. Grayscale: #686868. Windows color (decimal): -13931268 or 16542763. OLE color: 16542763.

HSL color Cylindrical-coordinate representation of color #2B6CFC: hue angle of 221.34º 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 #2B6CFC is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 108 252 -
CMYK 0.83 0.57 0 0.01
HSL 221.34º 0.97% 0.58% -
HSV(B) 221.34º 0.83% 0.99% -
XYZ 23.93 18.27 94.36 -
YUV 104.98 210.97 83.79 -
System Red Green Blue C M Y K H S L
Decimal 43 108 252 0.83 0.57 0 0.01 221.34 0.97 0.58
Hex 2B 6C FC 53 39 0 1 DD 61 3A
Octal 53 154 374 123 71 0 1 335 141 72
Binary 101011 1101100 11111100 1010011 111001 0 1 11011101 1100001 111010

Color Harmonies of #2B6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6CFC

Black with #2B6CFC

Text Example


Text Example

White with #2B6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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