#428AC6

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

Shades of Curious Blue #428AC6

Tints of Curious Blue #428AC6

Color information

#428AC6 (or 0x428AC6) is unknown color: approx Curious Blue. HEX triplet: 42, 8A and C6. RGB value is (66,138,198). Sum of RGB (Red+Green+Blue) = 66+138+198=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #428AC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428AC6 is #BD7539. Grayscale: #7B7B7B. Windows color (decimal): -12416314 or 13011522. OLE color: 13011522.

HSL color Cylindrical-coordinate representation of color #428AC6: hue angle of 207.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #428AC6 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB66138198-
CMYK0.670.3000.22
HSL207.27º53.66%51.76%-
HSV(B)207.27º66.67%77.65%-
XYZ21.5323.4156.81-
YUV123.31170.1587.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.42%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 198 (77.73% from 255) = 49.25%
R=16.42%
G=34.33%
B=49.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661381980.670.3000.22207.2753.6651.76
Hex428AC6431E016cf3634
Octal102212306103360263176664
Binary1000010100010101100011010000111111001011011001111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428AC6; }

 p { color: rgb(66,138,198); }

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

<style>
 a { background-color: #428AC6; }

 a { background-color: rgb(66,138,198); }

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

<style>
 span { border-color: #428AC6; }

 span { border-color: rgb(66,138,198); }

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