Html Css Color HEX #2B6FEF Royal Blue

📋 copy color: '#2B6FEF'

red 43 ◦ green 111 ◦ blue 239

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

Shades of Royal Blue #2B6FEF

Tints of Royal Blue #2B6FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.24%

 BLUE value IS 239 (93.75% from 255) = 60.81%

R = 10.94%
G = 28.24%
B = 60.81%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2B6FEF (or 0x2B6FEF) is known color: Royal Blue. HEX triplet: 2B, 6F and EF. RGB value is (43,111,239). Sum of RGB (Red+Green+Blue) = 43+111+239=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B6FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6FEF is #D49010. Grayscale: #686868. Windows color (decimal): -13930513 or 15691563. OLE color: 15691563.

HSL color Cylindrical-coordinate representation of color #2B6FEF: hue angle of 219.18º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B6FEF is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 111 239 -
CMYK 0.82 0.54 0 0.06
HSL 219.18º 0.86% 0.55% -
HSV(B) 219.18º 0.82% 0.94% -
XYZ 22.26 18.11 83.98 -
YUV 105.26 203.47 83.59 -
System Red Green Blue C M Y K H S L
Decimal 43 111 239 0.82 0.54 0 0.06 219.18 0.86 0.55
Hex 2B 6F EF 52 36 0 6 DB 56 37
Octal 53 157 357 122 66 0 6 333 126 67
Binary 101011 1101111 11101111 1010010 110110 0 110 11011011 1010110 110111

Color Harmonies of #2B6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6FEF

Black with #2B6FEF

Text Example


Text Example

White with #2B6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,111,239); }

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

background-color css

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

 a { background-color: rgb(43,111,239); }

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

border-color css

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

 span { border-color: rgb(43,111,239); }

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