Html Css Color HEX #1C3DFB Neon Blue

📋 copy color: '#1C3DFB'

red 28 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #1C3DFB

Tints of Neon Blue #1C3DFB

RGB

 RED value IS 28 (11.33% from 255) = 8.24%

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

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

R = 8.24%
G = 17.94%
B = 73.82%

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

#1C3DFB (or 0x1C3DFB) is known color: Neon Blue. HEX triplet: 1C, 3D and FB. RGB value is (28,61,251). Sum of RGB (Red+Green+Blue) = 28+61+251=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C3DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3DFB is #E3C204. Grayscale: #484848. Windows color (decimal): -14926341 or 16465180. OLE color: 16465180.

HSL color Cylindrical-coordinate representation of color #1C3DFB: hue angle of 231.12º 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 #1C3DFB is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 61 251 -
CMYK 0.89 0.76 0 0.02
HSL 231.12º 0.97% 0.55% -
HSV(B) 231.12º 0.89% 0.98% -
XYZ 19.56 10.55 92.27 -
YUV 72.79 228.57 96.05 -
System Red Green Blue C M Y K H S L
Decimal 28 61 251 0.89 0.76 0 0.02 231.12 0.97 0.55
Hex 1C 3D FB 59 4C 0 2 E7 61 37
Octal 34 75 373 131 114 0 2 347 141 67
Binary 11100 111101 11111011 1011001 1001100 0 10 11100111 1100001 110111

Color Harmonies of #1C3DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3DFB

Black with #1C3DFB

Text Example


Text Example

White with #1C3DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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