#4250D7

Color #4250D7 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4250D7

Tints of Free Speech Blue #4250D7

Color information

#4250D7 (or 0x4250D7) is unknown color: approx Free Speech Blue. HEX triplet: 42, 50 and D7. RGB value is (66,80,215). Sum of RGB (Red+Green+Blue) = 66+80+215=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 215 (84.38% from 255 or 59.56% from 361); Max value from RGB is 215 - color contains mainly: blue. Hex color #4250D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4250D7 is #BDAF28. Grayscale: #5A5A5A. Windows color (decimal): -12431145 or 14110786. OLE color: 14110786.

HSL color Cylindrical-coordinate representation of color #4250D7: hue angle of 234.36º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4250D7 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6680215-
CMYK0.690.6300.16
HSL234.36º65.07%55.1%-
HSV(B)234.36º69.3%84.31%-
XYZ17.3811.865.65-
YUV91.2197.86110.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 215 (84.38% from 255) = 59.56%
R=18.28%
G=22.16%
B=59.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66802150.690.6300.16234.3665.0755.1
Hex4250D7453F010ea4137
Octal1021203271057702035210167
Binary10000101010000110101111000101111111010000111010101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4250D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4250D7; }

 p { color: rgb(66,80,215); }

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

<style>
 a { background-color: #4250D7; }

 a { background-color: rgb(66,80,215); }

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

<style>
 span { border-color: #4250D7; }

 span { border-color: rgb(66,80,215); }

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