#468DC8

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

Shades of Curious Blue #468DC8

Tints of Curious Blue #468DC8

Color information

#468DC8 (or 0x468DC8) is unknown color: approx Curious Blue. HEX triplet: 46, 8D and C8. RGB value is (70,141,200). Sum of RGB (Red+Green+Blue) = 70+141+200=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #468DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DC8 is #B97237. Grayscale: #7E7E7E. Windows color (decimal): -12153400 or 13143366. OLE color: 13143366.

HSL color Cylindrical-coordinate representation of color #468DC8: hue angle of 207.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #468DC8 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB70141200-
CMYK0.650.2900.22
HSL207.23º54.17%52.94%-
HSV(B)207.23º65%78.43%-
XYZ22.4824.5258.19-
YUV126.5169.4887.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.03%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 200 (78.52% from 255) = 48.66%
R=17.03%
G=34.31%
B=48.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701412000.650.2900.22207.2354.1752.94
Hex468DC8411D016cf3635
Octal106215310101350263176665
Binary1000110100011011100100010000011110101011011001111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468DC8; }

 p { color: rgb(70,141,200); }

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

<style>
 a { background-color: #468DC8; }

 a { background-color: rgb(70,141,200); }

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

<style>
 span { border-color: #468DC8; }

 span { border-color: rgb(70,141,200); }

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