#223BFF

Color #223BFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #223BFF

Tints of Neon Blue #223BFF

Color information

#223BFF (or 0x223BFF) is unknown color: approx Neon Blue. HEX triplet: 22, 3B and FF. RGB value is (34,59,255). Sum of RGB (Red+Green+Blue) = 34+59+255=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #223BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #223BFF is #DDC400. Grayscale: #494949. Windows color (decimal): -14533633 or 16726818. OLE color: 16726818.

HSL color Cylindrical-coordinate representation of color #223BFF: hue angle of 233.21º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #223BFF is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3459255-
CMYK0.870.7700
HSL233.21º100%56.67%-
HSV(B)233.21º86.67%100%-
XYZ20.2710.6995.6-
YUV73.87230.2299.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.77%
GREEN value IS 59 (23.44% from 255) = 16.95%
BLUE value IS 255 (100% from 255) = 73.28%
R=9.77%
G=16.95%
B=73.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal34592550.870.7700233.2110056.67
Hex223BFF574D00e96439
Octal42733771271150035114471
Binary100010111011111111111010111100110100111010011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223BFF; }

 p { color: rgb(34,59,255); }

 H1.HeaderClassName
 {
   color: #223BFF;
 }
 .AnyTagClassName
 {
   color: #223BFF;
 }
</style>
background-color css

<style>
 a { background-color: #223BFF; }

 a { background-color: rgb(34,59,255); }

 div.DivClassName
 {
   background-color: #223BFF;
 }
 .BgClassName
 {
   background-color: #223BFF;
 }
</style>
border-color css

<style>
 span { border-color: #223BFF; }

 span { border-color: rgb(34,59,255); }

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