#7FA2DC

Color #7FA2DC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7FA2DC

Tints of Jordy Blue #7FA2DC

Color information

#7FA2DC (or 0x7FA2DC) is unknown color: approx Jordy Blue. HEX triplet: 7F, A2 and DC. RGB value is (127,162,220). Sum of RGB (Red+Green+Blue) = 127+162+220=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FA2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA2DC is #805D23. Grayscale: #9D9D9D. Windows color (decimal): -8412452 or 14459519. OLE color: 14459519.

HSL color Cylindrical-coordinate representation of color #7FA2DC: hue angle of 217.42º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FA2DC is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127162220-
CMYK0.420.2600.14
HSL217.42º57.06%68.04%-
HSV(B)217.42º42.27%86.27%-
XYZ34.5935.5272.74-
YUV158.15162.9105.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.95%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=24.95%
G=31.83%
B=43.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271622200.420.2600.14217.4257.0668.04
Hex7FA2DC2A1A0Ed93944
Octal177242334523201633171104
Binary111111110100010110111001010101101001110110110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FA2DC; }

 p { color: rgb(127,162,220); }

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

<style>
 a { background-color: #7FA2DC; }

 a { background-color: rgb(127,162,220); }

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

<style>
 span { border-color: #7FA2DC; }

 span { border-color: rgb(127,162,220); }

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