#180CFD

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

Shades of Blue #180CFD

Tints of Blue #180CFD

Color information

#180CFD (or 0x180CFD) is unknown color: approx Blue. HEX triplet: 18, 0C and FD. RGB value is (24,12,253). Sum of RGB (Red+Green+Blue) = 24+12+253=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 253 (99.22% from 255 or 87.54% from 289); Max value from RGB is 253 - color contains mainly: blue. Hex color #180CFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180CFD is #E7F302. Grayscale: #2A2A2A. Windows color (decimal): -15201027 or 16583704. OLE color: 16583704.

HSL color Cylindrical-coordinate representation of color #180CFD: hue angle of 242.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180CFD is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2412253-
CMYK0.910.9500.01
HSL242.99º98.37%51.96%-
HSV(B)242.99º95.26%99.22%-
XYZ18.247.5593.42-
YUV43.06246.48114.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 253 (99.22% from 255) = 87.54%
R=8.30%
G=4.15%
B=87.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal24122530.910.9500.01242.9998.3751.96
Hex18CFD5B5F01f36234
Octal30143751331370136314264
Binary110001100111111011011011101111101111100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180CFD; }

 p { color: rgb(24,12,253); }

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

<style>
 a { background-color: #180CFD; }

 a { background-color: rgb(24,12,253); }

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

<style>
 span { border-color: #180CFD; }

 span { border-color: rgb(24,12,253); }

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