Html Css Color HEX #1B3DFB Neon Blue

📋 copy color: '#1B3DFB'

red 27 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #1B3DFB

Tints of Neon Blue #1B3DFB

RGB

 RED value IS 27 (10.94% from 255) = 7.96%

 GREEN value IS 61 (24.22% from 255) = 17.99%

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

R = 7.96%
G = 17.99%
B = 74.04%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B3DFB (or 0x1B3DFB) is known color: Neon Blue. HEX triplet: 1B, 3D and FB. RGB value is (27,61,251). Sum of RGB (Red+Green+Blue) = 27+61+251=339 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.96% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B3DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3DFB is #E4C204. Grayscale: #474747. Windows color (decimal): -14991877 or 16465179. OLE color: 16465179.

HSL color Cylindrical-coordinate representation of color #1B3DFB: hue angle of 230.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B3DFB is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 27 61 251 -
CMYK 0.89 0.76 0 0.02
HSL 230.89º 0.97% 0.55% -
HSV(B) 230.89º 0.89% 0.98% -
XYZ 19.53 10.54 92.27 -
YUV 72.49 228.74 95.55 -
System Red Green Blue C M Y K H S L
Decimal 27 61 251 0.89 0.76 0 0.02 230.89 0.97 0.55
Hex 1B 3D FB 59 4C 0 2 E7 61 37
Octal 33 75 373 131 114 0 2 347 141 67
Binary 11011 111101 11111011 1011001 1001100 0 10 11100111 1100001 110111

Color Harmonies of #1B3DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3DFB

Black with #1B3DFB

Text Example


Text Example

White with #1B3DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B3DFB; }

 p { color: rgb(27,61,251); }

 H1.HeaderClassName
 {
   color: #1B3DFB;
 }
 .AnyTagClassName
 {
   color: #1B3DFB;
 }
</style>

background-color css

<style>
 a { background-color: #1B3DFB; }

 a { background-color: rgb(27,61,251); }

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

border-color css

<style>
 span { border-color: #1B3DFB; }

 span { border-color: rgb(27,61,251); }

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