Html Css Color HEX #1C3DFD Neon Blue

📋 copy color: '#1C3DFD'

red 28 ◦ green 61 ◦ blue 253

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

Shades of Neon Blue #1C3DFD

Tints of Neon Blue #1C3DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.98%

R = 8.19%
G = 17.84%
B = 73.98%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1C3DFD (or 0x1C3DFD) is known color: Neon Blue. HEX triplet: 1C, 3D and FD. RGB value is (28,61,253). Sum of RGB (Red+Green+Blue) = 28+61+253=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 253 (99.22% from 255 or 73.98% from 342); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C3DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3DFD is #E3C202. Grayscale: #484848. Windows color (decimal): -14926339 or 16596252. OLE color: 16596252.

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

Color convert

RGB 28 61 253 -
CMYK 0.89 0.76 0 0.01
HSL 231.2º 0.98% 0.55% -
HSV(B) 231.2º 0.89% 0.99% -
XYZ 19.88 10.68 93.94 -
YUV 73.02 229.57 95.89 -
System Red Green Blue C M Y K H S L
Decimal 28 61 253 0.89 0.76 0 0.01 231.2 0.98 0.55
Hex 1C 3D FD 59 4C 0 1 E7 62 37
Octal 34 75 375 131 114 0 1 347 142 67
Binary 11100 111101 11111101 1011001 1001100 0 1 11100111 1100010 110111

Color Harmonies of #1C3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3DFD

Black with #1C3DFD

Text Example


Text Example

White with #1C3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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