Html Css Color HEX #2B4DFB Neon Blue

📋 copy color: '#2B4DFB'

red 43 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #2B4DFB

Tints of Neon Blue #2B4DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

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

R = 11.59%
G = 20.75%
B = 67.65%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B4DFB (or 0x2B4DFB) is known color: Neon Blue. HEX triplet: 2B, 4D and FB. RGB value is (43,77,251). Sum of RGB (Red+Green+Blue) = 43+77+251=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B4DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B4DFB is #D4B204. Grayscale: #555555. Windows color (decimal): -13939205 or 16469291. OLE color: 16469291.

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

Color convert

RGB 43 77 251 -
CMYK 0.83 0.69 0 0.02
HSL 230.19º 0.96% 0.58% -
HSV(B) 230.19º 0.83% 0.98% -
XYZ 21.06 12.79 92.62 -
YUV 86.67 220.74 96.85 -
System Red Green Blue C M Y K H S L
Decimal 43 77 251 0.83 0.69 0 0.02 230.19 0.96 0.58
Hex 2B 4D FB 53 45 0 2 E6 60 3A
Octal 53 115 373 123 105 0 2 346 140 72
Binary 101011 1001101 11111011 1010011 1000101 0 10 11100110 1100000 111010

Color Harmonies of #2B4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4DFB

Black with #2B4DFB

Text Example


Text Example

White with #2B4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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