#1834FB

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

Shades of Blue #1834FB

Tints of Blue #1834FB

Color information

#1834FB (or 0x1834FB) is unknown color: approx Blue. HEX triplet: 18, 34 and FB. RGB value is (24,52,251). Sum of RGB (Red+Green+Blue) = 24+52+251=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #1834FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1834FB is #E7CB04. Grayscale: #414141. Windows color (decimal): -15190789 or 16462872. OLE color: 16462872.

HSL color Cylindrical-coordinate representation of color #1834FB: hue angle of 232.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1834FB is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2452251-
CMYK0.900.7900.02
HSL232.6º96.6%53.92%-
HSV(B)232.6º90.44%98.43%-
XYZ19.029.6292.12-
YUV66.31232.2297.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.34%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 251 (98.44% from 255) = 76.76%
R=7.34%
G=15.90%
B=76.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24522510.900.7900.02232.696.653.92
Hex1834FB5A4F02e96136
Octal30643731321170235114166
Binary110001101001111101110110101001111010111010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1834FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1834FB; }

 p { color: rgb(24,52,251); }

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

<style>
 a { background-color: #1834FB; }

 a { background-color: rgb(24,52,251); }

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

<style>
 span { border-color: #1834FB; }

 span { border-color: rgb(24,52,251); }

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