#1433F9

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

Shades of Blue #1433F9

Tints of Blue #1433F9

Color information

#1433F9 (or 0x1433F9) is unknown color: approx Blue. HEX triplet: 14, 33 and F9. RGB value is (20,51,249). Sum of RGB (Red+Green+Blue) = 20+51+249=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 249 (97.66% from 255 or 77.81% from 320); Max value from RGB is 249 - color contains mainly: blue. Hex color #1433F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1433F9 is #EBCC06. Grayscale: #3F3F3F. Windows color (decimal): -15453191 or 16331540. OLE color: 16331540.

HSL color Cylindrical-coordinate representation of color #1433F9: hue angle of 231.88º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1433F9 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2051249-
CMYK0.920.8000.02
HSL231.88º95.02%52.75%-
HSV(B)231.88º91.97%97.65%-
XYZ18.579.3690.45-
YUV64.3232.2396.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.25%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 249 (97.66% from 255) = 77.81%
R=6.25%
G=15.94%
B=77.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal20512490.920.8000.02231.8895.0252.75
Hex1433F95C5002e85f35
Octal24633711341200235013765
Binary101001100111111100110111001010000010111010001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1433F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1433F9; }

 p { color: rgb(20,51,249); }

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

<style>
 a { background-color: #1433F9; }

 a { background-color: rgb(20,51,249); }

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

<style>
 span { border-color: #1433F9; }

 span { border-color: rgb(20,51,249); }

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