#428ACA

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

Shades of Curious Blue #428ACA

Tints of Curious Blue #428ACA

Color information

#428ACA (or 0x428ACA) is unknown color: approx Curious Blue. HEX triplet: 42, 8A and CA. RGB value is (66,138,202). Sum of RGB (Red+Green+Blue) = 66+138+202=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #428ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ACA is #BD7535. Grayscale: #7B7B7B. Windows color (decimal): -12416310 or 13273666. OLE color: 13273666.

HSL color Cylindrical-coordinate representation of color #428ACA: hue angle of 208.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #428ACA is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66138202-
CMYK0.670.3200.21
HSL208.24º56.2%52.55%-
HSV(B)208.24º67.33%79.22%-
XYZ2223.659.27-
YUV123.77172.1586.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.26%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=16.26%
G=33.99%
B=49.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661382020.670.3200.21208.2456.252.55
Hex428ACA4320015d03835
Octal102212312103400253207065
Binary10000101000101011001010100001110000001010111010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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