#427DC9

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

Shades of Curious Blue #427DC9

Tints of Curious Blue #427DC9

Color information

#427DC9 (or 0x427DC9) is unknown color: approx Curious Blue. HEX triplet: 42, 7D and C9. RGB value is (66,125,201). Sum of RGB (Red+Green+Blue) = 66+125+201=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #427DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DC9 is #BD8236. Grayscale: #737373. Windows color (decimal): -12419639 or 13204802. OLE color: 13204802.

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

Color convert

RGB66125201-
CMYK0.670.3800.21
HSL213.78º55.56%52.35%-
HSV(B)213.78º67.16%78.82%-
XYZ20.1220.0458.07-
YUV116.02175.9592.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.84%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 201 (78.91% from 255) = 51.28%
R=16.84%
G=31.89%
B=51.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661252010.670.3800.21213.7855.5652.35
Hex427DC94326015d63834
Octal102175311103460253267064
Binary1000010111110111001001100001110011001010111010110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427DC9; }

 p { color: rgb(66,125,201); }

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

<style>
 a { background-color: #427DC9; }

 a { background-color: rgb(66,125,201); }

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

<style>
 span { border-color: #427DC9; }

 span { border-color: rgb(66,125,201); }

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