#468FC2

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

Shades of Curious Blue #468FC2

Tints of Curious Blue #468FC2

Color information

#468FC2 (or 0x468FC2) is unknown color: approx Curious Blue. HEX triplet: 46, 8F and C2. RGB value is (70,143,194). Sum of RGB (Red+Green+Blue) = 70+143+194=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #468FC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468FC2 is #B9703D. Grayscale: #7E7E7E. Windows color (decimal): -12152894 or 12750662. OLE color: 12750662.

HSL color Cylindrical-coordinate representation of color #468FC2: hue angle of 204.68º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #468FC2 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB70143194-
CMYK0.640.2600.24
HSL204.68º50.41%51.76%-
HSV(B)204.68º63.92%76.08%-
XYZ22.0924.8454.67-
YUV126.99165.8287.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.20%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 194 (76.17% from 255) = 47.67%
R=17.20%
G=35.14%
B=47.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701431940.640.2600.24204.6850.4151.76
Hex468FC2401A018cd3234
Octal106217302100320303156264
Binary1000110100011111100001010000001101001100011001101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,143,194); }

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

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

 a { background-color: rgb(70,143,194); }

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

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

 span { border-color: rgb(70,143,194); }

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